EventHandler typedef

EventHandler = Future<void> Function(Event event)

Implementation

typedef EventHandler = Future<void> Function(Event event);