attachmentLimitExceedError method

  1. @override
String attachmentLimitExceedError(
  1. int limit
)

Label for "Attachment limit exceeded: it's not possible to add more than $limit attachments"

Implementation

@override
String attachmentLimitExceedError(int limit) => """
Attachment limit exceeded: it's not possible to add more than $limit attachments""";