PowerSaverPluginPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • PowerSaverPluginPlatform
Implementers

Constructors

PowerSaverPluginPlatform()

Properties

hashCode int
The hash code for this object.
no setterinherited
onBatteryLevelChanged Stream<int>
Stream for real-time battery percentage changes
no setter
onPowerSaverModeChanged Stream<bool>
Stream of power saver mode changes (true/false)
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getPlatformVersion() Future<String?>
isPowerSavingMode() Future<bool>
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 Properties

instance PowerSaverPluginPlatform
getter/setter pair