removeOldestQueue property
Queue
removeOldestQueue
final
Used internally to safely and efficiently enforce the settings.maxStoreLength
Implementation
static final Queue removeOldestQueue =
Queue(timeout: const Duration(seconds: 1));