flushQueue method

void flushQueue()

Empties the offline queue without replaying it.

Implementation

void flushQueue() {
  _offlineQueue.clear();
}