onStickTopSessionAdd property Null safety

Stream<NIMStickTopSessionInfo> onStickTopSessionAdd

Listen to the multi-device synchronization of the adding of a pinned conversation.

Implementation

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