customEventHandler property
read / write
Sets a custom event handler to receive data from iOS or Android devices.
Param customEventHandler The custom event handler.
Implementation
void Function(Map map)? customEventHandler;
Sets a custom event handler to receive data from iOS or Android devices.
Param customEventHandler The custom event handler.
void Function(Map map)? customEventHandler;