isCharging method

Future<bool> isCharging()

Implementation

Future<bool> isCharging(){
  return BatteryPluginPlatform.instance.isCharging();
}