onLocationChanged property

Stream<LocationData> onLocationChanged

Returns a stream of LocationData objects. The frequency and accuracy of this stream can be changed with changeSettings

Throws an error if the app has no permission to access location.

Implementation

Stream<LocationData> get onLocationChanged {
  throw UnimplementedError();
}