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
{{ message }}
This repository was archived by the owner on Nov 8, 2023. It is now read-only.
Is there some option to stop all active watchLocation listeners started from the app ?
In my case I have component which starts watchLocation listener every time when is visited.
The problem is the previous listeners don't stop to listen for gps location ( and i have multiple active listeners for gps location ).
How can i stop them without to know their watch IDs ?