getBattery method

Future<BatteryManager> getBattery()

Implementation

Future<BatteryManager> getBattery() =>
    js_util.promiseToFuture(js_util.callMethod(this, 'getBattery', []));