MethodChannelPowerSaverPlugin class

Inheritance

Properties

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

Methods

dispose() → void
getPlatformVersion() Future<String?>
override
isPowerSavingMode() Future<bool>
override
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