EventCallback typedef

EventCallback = void Function(dynamic args)

Implementation

typedef EventCallback = void Function(dynamic args);