static Future<FileUpdater> fromFile(File file) async { return FileUpdater(await file.readAsLines()); }