viewByID_Pre method
Implementation
$async.Future<$0.User> viewByID_Pre($grpc.ServiceCall $call,
$async.Future<$1.IdentifierZeroable> $request) async {
return viewByID($call, await $request);
}
$async.Future<$0.User> viewByID_Pre($grpc.ServiceCall $call,
$async.Future<$1.IdentifierZeroable> $request) async {
return viewByID($call, await $request);
}