removeFailedEvent_Pre method

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

Implementation

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