attachmentsUploadProgressText abstract method

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

The text for showing the attachments upload progress

Implementation

String attachmentsUploadProgressText({
  required int remaining,
  required int total,
});