messageport_tizen library
Classes
- LocalPort
- Local message port for receiving messages.
- RemotePort
- Remote message port for sending messages.
Typedefs
- OnMessageReceived = dynamic Function(dynamic message, [RemotePort? remotePort])
- Called when a message is received on message port.