onLocationChanged property
Set the location changed callback function for the location data source.
Implementation
Stream<ArcGISLocation> get onLocationChanged =>
_locationChangedStreamController.stream;
Set the location changed callback function for the location data source.
Stream<ArcGISLocation> get onLocationChanged =>
_locationChangedStreamController.stream;