clearAllCache method
Invalidates all cache and notifies listeners.
Implementation
Future<void> clearAllCache() async {
await _service.clearAllCache();
notifyListeners();
}
Invalidates all cache and notifies listeners.
Future<void> clearAllCache() async {
await _service.clearAllCache();
notifyListeners();
}