fileTooLargeAfterCompressionError method

  1. @override
String fileTooLargeAfterCompressionError(
  1. double limitInMB
)

The error shown in case the file is too large even after compression while uploading via StreamMessageInput

Implementation

@override
String fileTooLargeAfterCompressionError(double limitInMB) =>
    'O arquivo é muito grande para carregamento. '
    'O tamanho máximo do arquivo é de $limitInMB MB. '
    'Tentamos comprimi-lo, mas não foi suficiente.';