Emitter<S> typedef

Emitter<S> = void Function(S state)

Implementation

typedef Emitter<S> = void Function(S state);