PosTerminal mixin
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
-
cancel()
→ Future<void>
-
-
clearAppCache(List<String> appPkgNames)
→ Future<bool?>
-
-
deleteSysFile(String fileName)
→ Future<bool?>
-
-
disableStatusBar(List<StatusBar> what)
→ Future<bool?>
-
-
getCertificateRandom()
→ Future<String?>
-
-
getDeviceInformation()
→ Future<DeviceInformation?>
-
-
getDeviceKSN()
→ Future<String?>
-
-
getDevicePN()
→ Future<String?>
-
-
getDeviceSN()
→ Future<String?>
-
-
getProperties(String key, String defaultValue)
→ Future<String?>
-
-
injectCertificate(int index, String path, String checkValue)
→ Future<bool?>
-
-
installApp(String filePath, InstallListener installListener)
→ Future<bool?>
-
-
isDebugMode()
→ Future<bool?>
-
-
isFileExist(String fileName)
→ Future<bool?>
-
-
isForeground(String pkgName)
→ Future<bool?>
-
-
loadSysFile(String fileName)
→ Future<String?>
-
-
lockDevice(String message)
→ Future<bool?>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
readCustomData(CustomData position)
→ Future<OperationResult?>
-
-
reboot()
→ Future<void>
-
-
recovery()
→ Future<void>
-
-
saveSysFile(String fileName, String fileContent, bool append)
→ Future<bool?>
-
-
setAPN(String name, String apn, String userName, String password)
→ Future<bool?>
-
-
setCcidListener(TYCcidListener ccidListener)
→ Future<void>
-
-
setLanguage(String language, bool preferred)
→ Future<bool?>
-
-
setLauncherApp(String pkgName, String className)
→ Future<bool?>
-
-
setLogLevel(LogLevel level)
→ Future<void>
-
-
setPermissions(String pkgName, List<String> permissions)
→ Future<bool?>
-
-
setProperties(String key, String value)
→ Future<bool?>
-
-
setSecurityChipStartedListener(TYSecurityChipStartedListener listener)
→ Future<void>
-
-
setSystemClock(String time)
→ Future<bool?>
-
-
settingsConfiguration(SettingsOptions options)
→ Future<bool?>
-
-
startLogcat(LogcatFilter logcatFilter)
→ Future<bool?>
-
-
stopLogcat(bool needUpload)
→ Future<String?>
-
-
switchAppEnable(String pkgName, bool enable)
→ Future<bool?>
-
-
switchCommMode(int type)
→ Future<int?>
-
-
switchGPS(bool enable)
→ Future<bool?>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
transceive(String cmd)
→ Future<OperationResult?>
-
-
transceiveEx(Uint8List cmd)
→ Future<Uint8List?>
-
-
uninstallApp(String packageName, InstallListener installListener)
→ Future<bool?>
-
-
unlockDevice()
→ Future<bool?>
-
-
updateCertificateKey(String certificateKey)
→ Future<bool?>
-
-
writeCustomData(CustomData position, String data)
→ Future<int?>
-