removeFailedEvent_Pre method

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

Implementation

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