onErrorChanged property

Stream<ArcGISException?> onErrorChanged

Indicates that the LocationDataSource.error property has changed.

Implementation

Stream<ArcGISException?> get onErrorChanged =>
    _errorChangedStreamController.stream;