messages property
Stream
get
messages
Messages received from the worker (stub: empty stream).
Implementation
Stream<dynamic> get messages => const Stream<dynamic>.empty();
Messages received from the worker (stub: empty stream).
Stream<dynamic> get messages => const Stream<dynamic>.empty();