You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @droibit , hope you're doing well! Do you have any intention of implementing this or would you like to give me a hint so that I can help you with it? It would be awesome if this lib had a detector for when the user closes the tab!
@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!
}
Is there a way of knowing when the user has selected done or cancel in the chrome tab or better still, is there a way to close the tab manually?
The text was updated successfully, but these errors were encountered: