added comment

This commit is contained in:
Deven Joshi
2021-08-23 21:00:04 +05:30
parent 93f60bc248
commit f0976f0aab
@@ -388,6 +388,7 @@ class NnStreamChatLocalizations extends GlobalStreamChatLocalizations {
String attachmentLimitExceedError(int limit) =>
'Attachment limit exceeded, limit: $limit';
@override
String get slowModeOnLabel => 'Slow mode ON';
}