onPowerSaveChange abstract method
Subscribes to power save mode changes.
Implementation
StreamSubscription<bool> onPowerSaveChange(
void Function(bool) callback, {
Function? onError,
});
Subscribes to power save mode changes.
StreamSubscription<bool> onPowerSaveChange(
void Function(bool) callback, {
Function? onError,
});