MapActionToStateCallback<S> typedef
- S state,
- Action action,
- EmitStateCallback<
S> emit
Implementation
typedef MapActionToStateCallback<S> = void Function(
S state,
Action action,
EmitStateCallback<S> emit,
);
typedef MapActionToStateCallback<S> = void Function(
S state,
Action action,
EmitStateCallback<S> emit,
);