currentBattery method

Future<BatteryEvent> currentBattery()

Returns the current battery state.

Implementation

Future<BatteryEvent> currentBattery() {
  throw UnimplementedError('currentBattery() has not been implemented.');
}