internet_connection_checker_plus
internet_connection_checker_plus copied to clipboard
[Feature Request] Stop listenning for internet status when app goes to background
Apps are more likely to be killed by the OS if they keep using the network when they are in the background.
Using AppLifecycleListener can we stop the Timer that checks the network status when app is not in the foreground?
My app has no use for information about internet status when its not being actively used. I actually turn off all network services, such as Firebase document listeners, when app goes out of focus.
Thank you!