delete_Pre method
Future<AccountProto_DeleteReply>
delete_Pre(
- ServiceCall $call,
- Future<
AccountProto_DeleteRequest> $request
Implementation
$async.Future<$0.AccountProto_DeleteReply> delete_Pre($grpc.ServiceCall $call,
$async.Future<$0.AccountProto_DeleteRequest> $request) async {
return delete($call, await $request);
}