AFCurrentStateContext constructor
AFCurrentStateContext({
- required AFDispatcher dispatcher,
- required AFConceptualStore targetStore,
Implementation
AFCurrentStateContext({
required this.dispatcher,
required this.targetStore,
});