messages property

Stream<Object?> get messages

Everything the peer sends, as String or Uint8List.

Implementation

Stream<Object?> get messages => channel.stream;