getIdRegistryEvent_Pre method

Future<IdRegistryEvent> getIdRegistryEvent_Pre(
  1. ServiceCall call,
  2. Future<IdRegistryEventRequest> request
)

Implementation

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