menu
epub_immutable package
documentation
epub.dart
EpubBookRefEx
getChapters method
getChapters method
dark_mode
light_mode
getChapters
method
Future
<
List
<
EpubChapterRef
>
>
getChapters
(
)
Implementation
Future<List<EpubChapterRef>> getChapters() async { return await ChapterReader.getChapters(this); }
epub_immutable package
documentation
epub
EpubBookRefEx
getChapters method
EpubBookRefEx extension on
EpubBookRef