statusStream property

Stream<bool> statusStream

stream for bar state changes

Implementation

Stream<bool> get statusStream => _barStatus.stream;