EnvironmentValues
extension EnvironmentValues
                - 
                  
                  
Environment value to supply an actionDispatcher. This is used by the MappedDispatch to retrieve an action dispatcher from the environment.
Declaration
Swift
public var actionDispatcher: ActionDispatcher { get set } - 
                  
                  
A type-erased wrapper of the Store.
Declaration
Swift
public var store: AnyStore { get set } 
View on GitHub
        EnvironmentValues Extension Reference