ButtonServiceBase constructor

ButtonServiceBase()

Implementation

ButtonServiceBase() {
  $addMethod($grpc.ServiceMethod<$21.PushRequest, $21.PushResponse>(
      'Push',
      push_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $21.PushRequest.fromBuffer(value),
      ($21.PushResponse value) => value.writeToBuffer()));
  $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()));
}