delete_Pre method
Future<PointsOperationResponseInternal>
delete_Pre(
- ServiceCall $call,
- Future<
DeletePointsInternal> $request
Implementation
$async.Future<$3.PointsOperationResponseInternal> delete_Pre($grpc.ServiceCall $call, $async.Future<$3.DeletePointsInternal> $request) async {
return delete($call, await $request);
}