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