DyCallBackListener typedef

DyCallBackListener = void Function(String eventName, dynamic eventParams)

Implementation

typedef DyCallBackListener = void Function(
    String eventName, dynamic eventParams);