delete_Pre method

Future<AccountProto_DeleteReply> delete_Pre(
  1. ServiceCall $call,
  2. Future<AccountProto_DeleteRequest> $request
)

Implementation

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