onMessageStatusChanged property Null safety

Stream<NIMChatroomMessage> onMessageStatusChanged

Listen to the status changes of chatroom messages.

Implementation

Stream<NIMChatroomMessage> get onMessageStatusChanged =>
    _platform.onMessageStatusChanged;