onStatusChanged property
Set the status changed callback function for the location data source.
Implementation
Stream<LocationDataSourceStatus> get onStatusChanged =>
_statusChangedStreamController.stream;
Set the status changed callback function for the location data source.
Stream<LocationDataSourceStatus> get onStatusChanged =>
_statusChangedStreamController.stream;