Only deprecating unreadCount, but not deleting it

This commit is contained in:
Leandro Borges Ferreira
2023-01-30 12:56:33 +01:00
parent f94430b202
commit e4b9ec34c0
14 changed files with 18 additions and 15 deletions
@@ -459,7 +459,7 @@ class NnStreamChatLocalizations extends GlobalStreamChatLocalizations {
String get viewLibrary => 'View library';
@override
String unreadMessagesSeparatorText() => 'New messages';
String unreadMessagesSeparatorText(int unreadCount) => 'New messages';
@override
String get enableFileAccessMessage => 'Enable file access to continue';