getStorageManager abstract method
Returns a manager that allows to manage user storages Returns Storage manager instance StorageManager
Example:
// Get StorageManager for working with storages
_storageManager = _sdk?.getStorageManager();
if (_storageManager != null) {
print('StorageManager successfully initialized');
}
Implementation
StorageManager getStorageManager();