create_Pre method

Future<Account> create_Pre(
  1. ServiceCall $call,
  2. Future<Account> $request
)

Implementation

$async.Future<$0.Account> create_Pre(
    $grpc.ServiceCall $call, $async.Future<$0.Account> $request) async {
  return create($call, await $request);
}