EventCallbackSimple typedef

EventCallbackSimple = void Function(int eventID, Map<String, dynamic> data)

Implementation

typedef EventCallbackSimple = void Function(int eventID, Map<String, dynamic> data);