peekAll method
override
Returns an immutable snapshot of the queue.
Implementation
@override
/// Returns an immutable snapshot of the queue.
Future<List<QueuedRequest>> peekAll() => Future.value(List.unmodifiable(_q));
Returns an immutable snapshot of the queue.
@override
/// Returns an immutable snapshot of the queue.
Future<List<QueuedRequest>> peekAll() => Future.value(List.unmodifiable(_q));