onStickTopSessionUpdate property Null safety

Stream<NIMStickTopSessionInfo> onStickTopSessionUpdate

Listen to the multi-device synchronization of the extension field updates of a pinned conversation.

Implementation

Stream<NIMStickTopSessionInfo> get onStickTopSessionUpdate =>
    MessageServicePlatform.instance.onStickTopSessionUpdate.stream;