No cache mod for web and other platforms

This commit is contained in:
Sewmina
2022-03-17 04:55:25 +05:30
parent 03cb6b81c4
commit 68c9d1a280
6 changed files with 676 additions and 315 deletions

View File

@@ -358,7 +358,8 @@ class _MyHomePageState extends State<MyHomePage> {
? Icon(Icons.signal_cellular_connected_no_internet_4_bar_outlined)
: InkWell(
onTap: () {
setState(() {
setState(() async {
await User.refreshUserData();
LoadStats();
});
},