Dispatcher typedef

Dispatcher = Future<void> Function(dynamic action)

Implementation

typedef Dispatcher = Future<void> Function(dynamic action);