isEcoModeActive method

Future<bool> isEcoModeActive()

Returns whether EcoMode is currently active (auto-triggered by battery status).

Implementation

Future<bool> isEcoModeActive() {
  return NexoraSdkPlatform.instance.isEcoModeActive();
}