customEventHandler property
getter/setter pair
~english Sets a custom event handler to receive data from iOS or Android devices.
Param customEventHandler The custom event handler. ~end
~chinese 设置一个自定义事件句柄来接收来自 iOS 或 Android 设备的数据。 ~end
Implementation
void Function(Map map)? customEventHandler;