Gets structured data from the storage manager
id is the unique identifier for the data
id
Future<dynamic> getStructuredData(String id) { return _storageManager.getStructuredData(id); }