menu
epub_reader_highlight package
documentation
helpers/epub_document.dart
EpubDocument
openData static method
openData static method
dark_mode
light_mode
openData
static method
Future
<
EpubBook
>
openData
(
Uint8List
bytes
)
Implementation
static Future<EpubBook> openData(Uint8List bytes) async { return EpubReader.readBook(bytes); }
epub_reader_highlight package
documentation
helpers/epub_document
EpubDocument
openData static method
EpubDocument class