stopLocationUpdating method
Stops receive of location updates.
use this method to stop receiving the user location events
Implementation
Future<void> stopLocationUpdating() async {
await osmBaseController.stopLocationUpdating();
}
Stops receive of location updates.
use this method to stop receiving the user location events
Future<void> stopLocationUpdating() async {
await osmBaseController.stopLocationUpdating();
}