@override Future evalFile(String path) async { final String code = await rootBundle.loadString(path); return await eval(code); }