LinuxApp class

Constructors

LinuxApp()
factory

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

getAppBatteryLevel() Future<int?>
getDeviceId() Future<String>
isInternetConnected() Future<bool>
launch(String source) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openWebCam() Future<void>
sudo apt install cheese
screenShoot({bool isOverride = true, String? savedPath, int? delaySec, bool selectWindow = true, bool includeWindowBorder = false, bool includeMousePointer = false}) Future<void>
sudo apt install scrot # Ubuntu/Debian sudo dnf install scrot # Fedora sudo pacman -S scrot # Arch
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

app LinuxApp
final