onQuickCommentRemove property Null safety

Stream<NIMHandleQuickCommentOption> onQuickCommentRemove

Listen to the deletion of a quick comment.

Implementation

Stream<NIMHandleQuickCommentOption> get onQuickCommentRemove =>
    MessageServicePlatform.instance.onQuickCommentRemove.stream;