TransportMessageCallback

TransportMessageCallback = void Function(JSObject message)

Event callback type for transport messages.

Implementation

typedef TransportMessageCallback = void Function(JSObject message);