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