onErrorChanged property
Indicates that the LocationDataSource.error property has changed.
Implementation
Stream<ArcGISException?> get onErrorChanged =>
_errorChangedStreamController.stream;
Indicates that the LocationDataSource.error property has changed.
Stream<ArcGISException?> get onErrorChanged =>
_errorChangedStreamController.stream;