flushQueue static method

void flushQueue()

Implementation

static void flushQueue() {
  currentBatch.clear();
  maxQueueSize = initialQueueSize;
  resetRetryCount();
}