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) =>
    '파일이 너무 커서 업로드할 수 없습니다. 파일 크기 제한은 ${limitInMB}MB입니다.';