menu
epub_view package
documentation
epub_view.dart
EpubBookRef
getChapters method
getChapters method
dark_mode
light_mode
getChapters
method
Future
<
List
<
EpubChapterRef
>
>
getChapters
(
)
Implementation
Future<List<EpubChapterRef>> getChapters() async { return ChapterReader.getChapters(this); }
epub_view package
documentation
epub_view
EpubBookRef
getChapters method
EpubBookRef class