@override Future<String?> getThermalStatus() async { final status = await methodChannel.invokeMethod<String>('getThermalStatus'); return status; }