stateObserver property

  1. @protected
BehaviorSubject<LxState> stateObserver
final

An observer for your state's value

Implementation

@protected
final stateObserver = BehaviorSubject<LxState>();