Effect<Msg> typedef

Effect<Msg> = FutureOr<void> Function(Dispatch<Msg> dispatch)

Implementation

typedef Effect<Msg> = FutureOr<void> Function(Dispatch<Msg> dispatch);