EventCallback typedef

EventCallback = void Function(dynamic arg)

Implementation

typedef void EventCallback(arg);