switch to new image api strat and fix onboarding cache strat

This commit is contained in:
yaso 2026-07-07 14:30:58 +02:00
parent 48b434dad9
commit a5bdee892c
39 changed files with 540 additions and 791 deletions

View file

@ -29,8 +29,15 @@ class AboutMihProvider extends ChangeNotifier {
return success;
}
Future<void> clearAboutMihCacheAndProvider() async {
await _hiveData.clearAboutMIHCache();
reset();
}
void reset() {
toolIndex = 0;
userCount = null;
businessCount = null;
notifyListeners();
}