getChargingStatus method

Future<Map<String, String>> getChargingStatus()

Implementation

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