Battery class

API for accessing information about the battery of the device the Flutter app is currently running on.

Constructors

Battery()

Properties

batteryLevel Future<int>
Returns the current battery level in percent.
no setter
hashCode int
The hash code for this object.
no setterinherited
onBatteryStateChanged Stream<BatteryState>
Fires whenever the battery state changes.
no setter
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