isCharging method

Future<bool> isCharging()

Implementation

Future<bool> isCharging(){
  throw UnimplementedError('isCharging() has not been implemented');
}