Exports data to a JSON file
filename is the name of the file to export to
filename
Future<String> exportData(String filename) { return _storageManager.exportToJson(filename); }