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