onStickTopSessionRemove property Null safety

Stream<NIMStickTopSessionInfo> onStickTopSessionRemove

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

Implementation

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