static Future<File> createFileWithStringContent( String content, String path) async { return await File(path).writeAsString(content); }