uploadFile static method
dynamic
uploadFile(})
Implementation
static uploadFile(List<ScanModel> list,
{Function(num currentSize, num totalSize, num currentIndex)? progress,
Function(bool isComplete, String? error)? callback}) async {
_dealUploadData(0, list, progress: progress, callback: callback);
}