peekAll abstract method

Future<List<QueuedRequest>> peekAll()

Returns the current queued requests without removing them.

Implementation

Future<List<QueuedRequest>> peekAll();