resetStream property

Stream<void> resetStream

Returns the stream that receives an event whenever a reset is called.

Implementation

Stream<void> get resetStream => _resetController.stream;