attachmentsUploadProgressText method
The text for showing the attachments upload progress
Implementation
@override
String attachmentsUploadProgressText({
required int completed,
required int total,
}) => 'Hochgeladen $completed von $total ...';
The text for showing the attachments upload progress
@override
String attachmentsUploadProgressText({
required int completed,
required int total,
}) => 'Hochgeladen $completed von $total ...';