clearQueue static method

void clearQueue()

Implementation

static void clearQueue() {
  currentBatch.clear();
}