removeFailedEvent_Pre method

Future<RemoveFailedEventResponse> removeFailedEvent_Pre(
  1. ServiceCall call,
  2. Future<RemoveFailedEventRequest> request
)

Implementation

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