Other Protocols
The following protocols are available globally.
-
Defines the interface of a dispatching, stateless Store in ReSwift.
StoreTypeis the default usage of this interface. Can be used for store variables where you don’t care about the state, but want to be able to dispatch actions.Declaration
Swift
public protocol DispatchingStoreType
View on GitHub
Install in Dash
Other Protocols Reference