setStorage method
Set the storage implementation for persistence
Implementation
void setStorage(AbusStorage storage) {
if (_disposed) return;
_storage = storage;
}
Set the storage implementation for persistence
void setStorage(AbusStorage storage) {
if (_disposed) return;
_storage = storage;
}