getBatteryLevel method

Future<String?> getBatteryLevel()

Implementation

Future<String?> getBatteryLevel() {
  return _platform.getBetterLevel();
}