Returns a String containing the thermal status of the platform.
@override Future<String?> getThermalStatus() async { return 'cool'; }