loup-v / beacons

Flutter beacons plugin for Android and iOS.
Apache License 2.0
78 stars 53 forks source link

Stop ranging / monitoring? #3

Closed AndrewPetrovics closed 6 years ago

AndrewPetrovics commented 6 years ago

Does cancelling a subscription automatically stop the ranging and monitoring on the device (i.e. call stopMonitoringForRegion / stopRangingForRegion)?

Or is there another way to do this?

Thanks!

lukaspili commented 6 years ago

Yes, when the latest subscription is cancelled, it automatically stops the ongoing request (ranging or monitoring).

AndrewPetrovics commented 6 years ago

Awesome! Thank you sir.