clear method
override
Removes all entries from the queue.
Call this after a successful QueuedBackend.flushQueue.
Implementation
@override
Future<void> clear() => _prefs.setStringList(_kQueueKey, []);
Removes all entries from the queue.
Call this after a successful QueuedBackend.flushQueue.
@override
Future<void> clear() => _prefs.setStringList(_kQueueKey, []);