clearAll method

void clearAll()

Clears the entire sync queue.

Implementation

void clearAll() {
  _queue.clear();
}