memoryStorageLayer top-level property

Layer<Never, NucleusStorage> memoryStorageLayer
final

A NucleusStorage implementation that uses MemoryNucleusStorage.

Implementation

final memoryStorageLayer = storageLayer.replace(IO(MemoryNucleusStorage.new));