queryBatterySaving property

Future<void> queryBatterySaving

The query result will be obtained through the batterySavingEveStm monitoring stream and saved in the event field.

Implementation

Future<void> get queryBatterySaving {
  return _platform.queryBatterySaving;
}