getCurrentUser method

ResponseFuture<AccountUserInfo> getCurrentUser(
  1. AccountId request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.AccountUserInfo> getCurrentUser(
  $0.AccountId request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$getCurrentUser, request, options: options);
}