onLowLightStateChanged property

Stream<bool> get onLowLightStateChanged

Stream emitting low light status alerts.

Implementation

Stream<bool> get onLowLightStateChanged => _lowLightController.stream;