Subscribe<Model, Msg> typedef

Subscribe<Model, Msg> = void Function() Function(SubHandler<Model, Msg> handler)

Implementation

typedef Subscribe<Model, Msg> = void Function() Function(
    SubHandler<Model, Msg> handler);