LesntecUnits class

Constructors

LesntecUnits()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

checkOutsideNet({dynamic callBack(bool isOutsideNet)?}) → dynamic
deleteFiles(List<ScanModel> list, {dynamic callback(bool isSucceed)?}) → dynamic
findFile(ScanModel model, {dynamic callback(bool exists, File? file)?}) Future<File?>
getFilesSize(ScanModel model) Future<String>
informUploadToServer(ScanModel element) → dynamic
loadDownloadList(dynamic callBack(List<List<ScanModel>>? list)?) → dynamic
uploadFile(List<ScanModel> list, {dynamic progress(num currentSize, num totalSize, num currentIndex)?, dynamic callback(bool isComplete, String? error)?}) → dynamic