onBroadcastMessage property Null safety

Stream<NIMBroadcastMessage> onBroadcastMessage

Listen to the receiving of broadcast messages.

Implementation

Stream<NIMBroadcastMessage> get onBroadcastMessage =>
    MessageServicePlatform.instance.onBroadcastMessage.stream;