attachmentsUploadProgressText method

  1. @override
String attachmentsUploadProgressText({
  1. required int remaining,
  2. required int total,
})

The text for showing the attachments upload progress

Implementation

@override
String attachmentsUploadProgressText({
  required int remaining,
  required int total,
}) =>
    'Uploading $remaining/$total ...';