BatteryPlusPlugin class

The web implementation of the BatteryPlatform of the Battery plugin.

Inheritance
  • Object
  • PlatformInterface
  • BatteryPlatform
  • BatteryPlusPlugin

Constructors

BatteryPlusPlugin(Navigator navigator)
Constructs a BatteryPlusPlugin.

Properties

batteryLevel Future<int>
Returns the current battery level in percent.
no setteroverride
batteryState Future<BatteryState>
Returns the current battery state.
no setteroverride
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
isSupported bool
A check to determine if this version of the plugin can be used.
no setter
onBatteryStateChanged Stream<BatteryState>
Returns a Stream of BatteryState 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(Registrar registrar) → void
Factory method that initializes the Battery plugin platform with an instance of the plugin for the web.