updateUser_Pre method

Future<AccountUser> updateUser_Pre(
  1. ServiceCall $call,
  2. Future<AccountUser> $request
)

Implementation

$async.Future<$12.AccountUser> updateUser_Pre(
    $grpc.ServiceCall $call, $async.Future<$12.AccountUser> $request) async {
  return updateUser($call, await $request);
}