onSyncStickTopSession property Null safety

Stream<List<NIMStickTopSessionInfo>> onSyncStickTopSession

Listen to the multi-device synchronization of the pinned conversations.

Implementation

Stream<List<NIMStickTopSessionInfo>> get onSyncStickTopSession =>
    MessageServicePlatform.instance.onSyncStickTopSession.stream;