onStatusChanged property

Stream<LocationDataSourceStatus> onStatusChanged

Set the status changed callback function for the location data source.

Implementation

Stream<LocationDataSourceStatus> get onStatusChanged =>
    _statusChangedStreamController.stream;