getPlatformBatteryLevel method

Future<String?> getPlatformBatteryLevel()

Implementation

Future<String?> getPlatformBatteryLevel() {
  throw UnimplementedError(
      'getPlatformBatteryLevel() has not been implemented.');
}