eventStream property
Stream<TrimmerEvent>
get
eventStream
Listen to this stream to catch the events
Implementation
Stream<TrimmerEvent> get eventStream => _controller.stream;
Listen to this stream to catch the events
Stream<TrimmerEvent> get eventStream => _controller.stream;