viewByID method
View by ID (returns the entire information about the user, including the logs)
Implementation
$grpc.ResponseFuture<$0.User> viewByID(
$1.IdentifierZeroable request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$viewByID, request, options: options);
}