onStatusChanged property

Stream<bool> onStatusChanged

Sets a callback to be invoked when the started property of the location display has been changed.

Implementation

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