getCount

open override fun getCount(): Flow<Int>

Total notification count across all rooms.


open override fun getCount(roomId: RoomId): Flow<Int>

Notification count for the given room.