tableOfContentsStream property

Stream<List<EpubViewChapter>?> tableOfContentsStream

Implementation

Stream<List<EpubViewChapter>?> get tableOfContentsStream =>
    _tableOfContentsStreamController.stream;