removeFailedEvent_Pre method
Future<RemoveFailedEventResponse>
removeFailedEvent_Pre(
- ServiceCall $call,
- Future<
RemoveFailedEventRequest> $request
Implementation
$async.Future<$0.RemoveFailedEventResponse> removeFailedEvent_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.RemoveFailedEventRequest> $request) async {
return removeFailedEvent($call, await $request);
}