stopLocationUpdates method
void
stopLocationUpdates()
Stops the high-precision location updates
Implementation
void stopLocationUpdates() {
locationStream.cancel();
}
Stops the high-precision location updates
void stopLocationUpdates() {
locationStream.cancel();
}