getChapters method

Future<List<EpubChapterRef>> getChapters()

Implementation

Future<List<EpubChapterRef>> getChapters() async {
  return ChapterReader.getChapters(this);
}