viewByID method

ResponseFuture<User> viewByID(
  1. IdentifierZeroable request, {
  2. CallOptions? options,
})

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);
}