getChargingStatus method

Future<String?> getChargingStatus()

Implementation

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