refreshItems method
void
refreshItems()
Notifies the drawer after items was mutated directly.
Implementation
void refreshItems() {
notifyListeners();
}
Notifies the drawer after items was mutated directly.
void refreshItems() {
notifyListeners();
}