currentBattery method
Returns the current battery state.
Implementation
Future<BatteryEvent> currentBattery() {
throw UnimplementedError('currentBattery() has not been implemented.');
}
Returns the current battery state.
Future<BatteryEvent> currentBattery() {
throw UnimplementedError('currentBattery() has not been implemented.');
}