toggleBatteryChargingIndicator abstract method
Toggles the battery charging indicator on or off based on the enabled
flag.
Implementation
Future<CommandResponse> toggleBatteryChargingIndicator(
{required String deviceId, required bool enabled});