sync_Pre method
Future<PointsOperationResponseInternal>
sync_Pre(
- ServiceCall $call,
- Future<
SyncPointsInternal> $request
Implementation
$async.Future<$3.PointsOperationResponseInternal> sync_Pre($grpc.ServiceCall $call, $async.Future<$3.SyncPointsInternal> $request) async {
return sync($call, await $request);
}