getThermalStatus method

  1. @override
Future<String?> getThermalStatus()
override

Returns a String containing the thermal status of the platform.

Implementation

@override
Future<String?> getThermalStatus() async {
  return 'cool';
}