batterySavingEveStm property

Stream<bool> batterySavingEveStm

Sets the battery storage listener, the result is returned through the data stream, and saved in "event".

Implementation

Stream<bool> get batterySavingEveStm {
  return _platform.batterySavingEveStm;
}