static Future<EpubBook> openFile(File file) async { final bytes = await file.readAsBytes(); return EpubReader.readBook(bytes); }