peekAllSync method

  1. @override
List<QueuedRequest> peekAllSync()

Returns an immutable snapshot of the queue synchronously.

Implementation

@override

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