update_Pre method

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

Implementation

$async.Future<$11.Account> update_Pre(
    $grpc.ServiceCall $call, $async.Future<$11.Account> $request) async {
  return update($call, await $request);
}