submitIdRegistryEvent_Pre method
Future<IdRegistryEvent>
submitIdRegistryEvent_Pre(
- ServiceCall call,
- Future<
IdRegistryEvent> request
Implementation
$async.Future<$6.IdRegistryEvent> submitIdRegistryEvent_Pre($grpc.ServiceCall call, $async.Future<$6.IdRegistryEvent> request) async {
return submitIdRegistryEvent(call, await request);
}