Martin Lundberg
Results
2
comments of
Martin Lundberg
I have the same issue.
What about doing this? ``` @override void didChangeAppLifecycleState(AppLifecycleState state) async { super.didChangeAppLifecycleState(state); if (state != AppLifecycleState.resumed) return; // The user has closed the browser and returned to the app! }...