getUser method
User by ID
Returns the user identified by the requested ID.
Implementation
$grpc.ResponseFuture<$0.GetUserResponse> getUser(
$0.GetUserRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$getUser, request, options: options);
}