onMessagePinNotify property Null safety

Stream<NIMMessagePinEvent> onMessagePinNotify

Listen to the events of pinning messages.

Implementation

Stream<NIMMessagePinEvent> get onMessagePinNotify =>
    MessageServicePlatform.instance.onMessagePinNotify.stream;