setStorageBackend method
Set the storage backend
Implementation
void setStorageBackend(StorageBackend storage) {
_instance = InteractionTracker._internal(storage);
}
Set the storage backend
void setStorageBackend(StorageBackend storage) {
_instance = InteractionTracker._internal(storage);
}