attachmentsUploadProgressText method

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

The text for showing the attachments upload progress

Implementation

@override
String attachmentsUploadProgressText({
  required int completed,
  required int total,
}) => 'Hochgeladen $completed von $total ...';