getAllBatteryInfo method

Future<Map<String, dynamic>?> getAllBatteryInfo()

Implementation

Future<Map<String, dynamic>?> getAllBatteryInfo() {
  throw UnimplementedError('getAllBatteryInfo() has not been implemented.');
}