fileTooLargeError method

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

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

Implementation

@override
String fileTooLargeError(double limitInMB) =>
    'El fitxer és massa gran per descarregar-lo. '
    'La mida màxima del fitxer és de $limitInMB MB.';