onQuickCommentAdd property Null safety

Stream<NIMHandleQuickCommentOption> onQuickCommentAdd

Listen to the adding of a quick comment.

Implementation

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