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