getThermalStatus method

Future<String?> getThermalStatus()

Implementation

Future<String?> getThermalStatus() {
  throw UnimplementedError('getThermalStatus() has not been implemented.');
}