getCurrentUser_Pre method

Future<AccountUserInfo> getCurrentUser_Pre(
  1. ServiceCall $call,
  2. Future<AccountId> $request
)

Implementation

$async.Future<$1.AccountUserInfo> getCurrentUser_Pre(
    $grpc.ServiceCall $call, $async.Future<$0.AccountId> $request) async {
  return getCurrentUser($call, await $request);
}