InMemoryStateFlowStore
class InMemoryStateFlowStore(val underlyingData: MutableMap<String, Any?> = mutableMapOf()) : StateFlowStore
A StateFlowStore that can be used for unit tests or non-Android parts of multiplatform projects.
Properties
Functions
Link copied to clipboard
For use with by
delegation. Returns the StateFlowStore entry for the key that equals the property name.