addItem method
Adds item and refreshes the attached drawer.
Implementation
void addItem(KFDrawerItem item) {
_items.add(item);
notifyListeners();
}
Adds item and refreshes the attached drawer.
void addItem(KFDrawerItem item) {
_items.add(item);
notifyListeners();
}