getCurrentAccountId_Pre method

Future<AccountAccess> getCurrentAccountId_Pre(
  1. ServiceCall $call,
  2. Future<UserId> $request
)

Implementation

$async.Future<$1.AccountAccess> getCurrentAccountId_Pre(
    $grpc.ServiceCall $call, $async.Future<$0.UserId> $request) async {
  return getCurrentAccountId($call, await $request);
}