BatteryPlusLinuxPlugin class

The Linux implementation of BatteryPlatform.

Inheritance
  • Object
  • PlatformInterface
  • BatteryPlatform
  • BatteryPlusLinuxPlugin

Constructors

BatteryPlusLinuxPlugin()

Properties

batteryLevel Future<int>
Returns the current battery level in percent.
no setteroverride
batteryState Future<BatteryState>
Returns the current battery state.
no setteroverride
createClient UPowerClientFactory
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isInBatterySaveMode Future<bool>
Returns true if the device is on battery save mode
no setterinherited
onBatteryStateChanged Stream<BatteryState>
Fires whenever the battery state changes.
no setteroverride
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

registerWith() → void
Register this dart class as the platform implementation for linux