onMessage property

Stream get onMessage

Implementation

Stream<dynamic> get onMessage => _channel?.stream ?? Stream.empty();