AFAppReducerDelegate<TAppState> typedef
AFAppReducerDelegate<TAppState> =
TAppState Function(TAppState appState, dynamic action)
Delegate used to create a reducer for the overall app state.
Implementation
typedef AFAppReducerDelegate<TAppState> = TAppState Function(TAppState appState, dynamic action);