EventCallback typedef

EventCallback = void Function(dynamic data)

订阅者回调签名

Implementation

typedef EventCallback = void Function(dynamic data);