Created
December 12, 2024 11:34
-
-
Save martinoyovo/def7da39cfbaab449fb405ee4773e6a7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
@override | |
void dispose() { | |
// Remove the app lifecycle observer. | |
WidgetsBinding.instance.removeObserver(this); | |
// Stop location updates when the widget is disposed. | |
_locationDataSource.stop(); | |
super.dispose(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment