STLogic class

Constructors

STLogic()

Properties

currentContext BuildContext?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
jobId String?
getter/setter pair
locPath String?
getter/setter pair
model ScanModel?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

downloadingFile(dynamic callback(bool isSuccess)) → void
downloadScannerFile() → void
enterScanning(dynamic callback(bool isSuccess, String msg)) → dynamic
folderExists(String filepath) → dynamic
getScannerInfo(dynamic callback(bool isSuccess)) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pollScanResults() → void
scanResults(dynamic callback(bool isCompleted)) → void
scanResultsList(dynamic callback(bool isSuccess, String msg)) → void
showLoading(dynamic context, [String? text]) → void
startScan() → void
toString() String
A string representation of this object.
inherited
wifiDisconnect({dynamic callback(bool isSuccess)?}) → void
wifiSetting({dynamic callback(bool isSuccess)?}) → void

Operators

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