getData method
Gets data from the storage manager
id
is the unique identifier for the data
Implementation
dynamic getData(String id) {
return _storageManager.getData(id);
}
Gets data from the storage manager
id
is the unique identifier for the data
dynamic getData(String id) {
return _storageManager.getData(id);
}