clearQueue method

Future<void> clearQueue()

Clears all requests from the queue

Implementation

Future<void> clearQueue() async => _platform.clearQueue();