clearBatch method
void
clearBatch()
Clears accumulated batch inventory scan list.
Implementation
void clearBatch() {
_batchResults.clear();
_safeNotifyListeners();
}
Clears accumulated batch inventory scan list.
void clearBatch() {
_batchResults.clear();
_safeNotifyListeners();
}