disposeAllData method

dynamic disposeAllData()

Implementation

disposeAllData() async {
  customPrint('Disposing data');

  load = true;
  notifyListeners();
}