EventCallback typedef

EventCallback = dynamic Function(String eventName)

Implementation

typedef EventCallback = Function(String eventName);