viewByUsername method

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

View by username (logs aren't returned)

Implementation

$grpc.ResponseFuture<$0.User> viewByUsername(
  $1.SimpleSearchReq request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$viewByUsername, request, options: options);
}