getBatteryInfo method
Retrieves battery information.
Implementation
Future<BatteryInfo?> getBatteryInfo() {
throw UnimplementedError('getBatteryInfo() has not been implemented.');
}
Retrieves battery information.
Future<BatteryInfo?> getBatteryInfo() {
throw UnimplementedError('getBatteryInfo() has not been implemented.');
}