added comment

This commit is contained in:
Deven Joshi
2021-08-23 20:51:26 +05:30
parent a37c92cdbf
commit 93f60bc248
@@ -309,6 +309,8 @@ abstract class Translations {
/// The label for "Reply to message"
String get replyToMessageLabel;
/// Label for "Attachment limit exceeded:
/// it's not possible to add more than $limit attachments"
String attachmentLimitExceedError(int limit);
}