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