refreshItems method

void refreshItems()

Notifies the drawer after items was mutated directly.

Implementation

void refreshItems() {
  notifyListeners();
}