storageOf method

ContextStorageState? storageOf(
  1. String name
)

Returns the closest storage by name

Implementation

ContextStorageState? storageOf(String name) => ContextStorage.of(this, name);