disposeAllData method
dynamic
disposeAllData()
Implementation
disposeAllData() async {
customPrint('Disposing data');
load = true;
notifyListeners();
}
disposeAllData() async {
customPrint('Disposing data');
load = true;
notifyListeners();
}