SideEffectDispatcher<E, R, S> typedef

SideEffectDispatcher<E, R, S> = void Function(InterstateController<S> controller, Event<E> event, R result, S updatedState)

Implementation

typedef SideEffectDispatcher<E, R, S> = void Function(
  InterstateController<S> controller,
  Event<E> event,
  R result,
  S updatedState,
);