Dispatcher<P> typedef

Dispatcher<P> = void Function(Action<P> action)

Implementation

typedef Dispatcher<P> = void Function(Action<P> action);