GenericServiceBase constructor

GenericServiceBase()

Implementation

GenericServiceBase() {
  $addMethod($grpc.ServiceMethod<$9.DoCommandRequest, $9.DoCommandResponse>(
      'DoCommand',
      doCommand_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $9.DoCommandRequest.fromBuffer(value),
      ($9.DoCommandResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$9.GetStatusRequest, $9.GetStatusResponse>(
      'GetStatus',
      getStatus_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $9.GetStatusRequest.fromBuffer(value),
      ($9.GetStatusResponse value) => value.writeToBuffer()));
}