storageOf method
Returns the closest storage by name
Implementation
ContextStorageState? storageOf(String name) => ContextStorage.of(this, name);
Returns the closest storage by name
ContextStorageState? storageOf(String name) => ContextStorage.of(this, name);