Future<void> runFile(String filePath) async { await Process.run(filePath, [], includeParentEnvironment: false); }