getCurrentUser method

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

Implementation

$grpc.ResponseFuture<$2.GetCurrentUserResponse> getCurrentUser(
    $2.GetCurrentUserRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getCurrentUser, request, options: options);
}