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