Dispatch<Msg> typedef

Dispatch<Msg> = void Function(Msg msg)

Implementation

typedef Dispatch<Msg> = void Function(Msg msg);