showAll method
void
showAll()
Implementation
void showAll() {
if (_hidden.isNotEmpty) {
_hidden.clear();
notifyListeners();
}
}
void showAll() {
if (_hidden.isNotEmpty) {
_hidden.clear();
notifyListeners();
}
}