getValidator_Pre method
Future<GetValidatorResponse>
getValidator_Pre(
- ServiceCall call,
- Future<
GetValidatorRequest> request
Implementation
$async.Future<$1.GetValidatorResponse> getValidator_Pre(
$grpc.ServiceCall call,
$async.Future<$1.GetValidatorRequest> request) async {
return getValidator(call, await request);
}