stateStream property

Stream<DebouncerState> get stateStream

A stream that emits updates of the debouncer's state.

Implementation

Stream<DebouncerState> get stateStream => _stateController.stream;