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