openData static method

Future<EpubBook> openData(
  1. Uint8List bytes
)

Implementation

static Future<EpubBook> openData(Uint8List bytes) async {
  return EpubReader.readBook(bytes);
}