VideoServiceBase constructor

VideoServiceBase()

Implementation

VideoServiceBase() {
  $addMethod($grpc.ServiceMethod<$44.GetVideoRequest, $44.GetVideoResponse>(
      'GetVideo',
      getVideo_Pre,
      false,
      true,
      ($core.List<$core.int> value) => $44.GetVideoRequest.fromBuffer(value),
      ($44.GetVideoResponse 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()));
}