viewByID abstract method

Future<User> viewByID(
  1. ServiceCall call,
  2. IdentifierZeroable request
)

Implementation

$async.Future<$0.User> viewByID(
    $grpc.ServiceCall call, $1.IdentifierZeroable request);