Writes the provided content to the file location
content
Future<void> write(String content) => _file.writeAsString(content, mode: FileMode.write);