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