watchState method

Stream<State> watchState()

Implementation

Stream<State> watchState() {
  return stateBroadcastController.stream;
}