onData property

Stream<FastNavigationSplitViewState> get onData
inherited

Called whenever the BloC's state is updated.

Implementation

Stream<S> get onData => stateController.stream.distinct();