LiontronPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • LiontronPlatform
Implementers

Constructors

LiontronPlatform()
Constructs a LiontronPlatform.

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

getEthMacAddress() Future<String?>
getInternalStoragePath() Future<String?>
getPlatformVersion() Future<String?>
getSerialNumber() Future<String?>
getStorageCardPath() Future<String?>
getStorageSize(String path) Future<Map<String, dynamic>?>
getUsbStoragePath() Future<String?>
installApplication(String apkPath) Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBoot(String packageName, {bool? unset = false, int? delaySeconds = 5}) Future<bool?>
setKeepAlive(String packageName, {bool? unset = false, int? delaySeconds = 5, bool? foreground = true}) Future<bool?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance LiontronPlatform
The default instance of LiontronPlatform to use.
getter/setter pair