messages property

Stream get messages

Messages received from the worker. The first message is always the worker's own SendPort, enabling two-way communication.

Implementation

Stream<dynamic> get messages => _receivePort;