getAll method

List<QueuedRequest> getAll()

Gets all queued requests

Implementation

List<QueuedRequest> getAll() {
  return _queue.toList();
}