customEventHandler property

void Function(Map map)? customEventHandler
getter/setter pair

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;