getIdRegistryEvent_Pre method
Future<IdRegistryEvent>
getIdRegistryEvent_Pre(
- ServiceCall call,
- Future<
IdRegistryEventRequest> request
Implementation
$async.Future<$6.IdRegistryEvent> getIdRegistryEvent_Pre($grpc.ServiceCall call, $async.Future<$1.IdRegistryEventRequest> request) async {
return getIdRegistryEvent(call, await request);
}