onMessage property

dynamic Function(ThreadResponse) onMessage
final

Callback function for handling messages received from the isolate.

Implementation

final Function(ThreadResponse) onMessage;