currentValueStream property

Stream<EpubChapterViewValue?> currentValueStream

Implementation

Stream<EpubChapterViewValue?> get currentValueStream =>
    _valueStreamController.stream;