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) => '''
Não é possível adicionar mais de $limit arquivos de uma vez
''';