messages property

Stream get messages

Messages received from the worker (stub: empty stream).

Implementation

Stream<dynamic> get messages => const Stream<dynamic>.empty();