Dispatcher typedef

Dispatcher = dynamic Function(dynamic action)

Implementation

typedef dynamic Dispatcher(dynamic action);