sendBatterySaving method

Future<void> sendBatterySaving(
  1. bool enable
)

Implementation

Future<void> sendBatterySaving(bool enable) {
  return mConnconst.invokeMethod("sendBatterySaving", <String, bool>{"enable": enable});
}