enabledStream property

Stream<bool> enabledStream

A stream of the current enabled value.

Implementation

Stream<bool> get enabledStream => _enabledSubject.stream;