Загрузка из файла
static Future<Comics> loadFromFile(String filePath) async { // TODO: Implement ZIP archive extraction return await load(); }