sendData method
Implementation
$async.Future<SendDataResponse> sendData(
$pb.ClientContext? ctx, SendDataRequest request) =>
_client.invoke<SendDataResponse>(
ctx, 'ServerSdkService', 'sendData', request, SendDataResponse());
$async.Future<SendDataResponse> sendData(
$pb.ClientContext? ctx, SendDataRequest request) =>
_client.invoke<SendDataResponse>(
ctx, 'ServerSdkService', 'sendData', request, SendDataResponse());