getBatteryLevel method

Future<double> getBatteryLevel()

Retrieves the battery level of the device.

Implementation

Future<double> getBatteryLevel() {
  throw UnimplementedError('getBatteryLevel() has not been implemented.');
}