clearBatch method

void clearBatch()

Clears accumulated batch inventory scan list.

Implementation

void clearBatch() {
  _batchResults.clear();
  _safeNotifyListeners();
}