chunkedUploadFile abstract method
Implementation
Future<bool> chunkedUploadFile(
Uri url,
String serverType,
String uploadPath,
String uploadName,
String fileType,
Uint8List fileBytes, {
void Function(int loaded, int total)? progressCallback,
});