EventCallback typedef

EventCallback = void Function(dynamic data)

Implementation

typedef EventCallback = void Function(dynamic data);