switch to new image api strat and fix onboarding cache strat
This commit is contained in:
parent
48b434dad9
commit
a5bdee892c
39 changed files with 540 additions and 791 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue