getThermalState method

Future<DeviceThermalState> getThermalState()

Gets the current physical device thermal state.

Implementation

Future<DeviceThermalState> getThermalState() {
  return NexoraSdkPlatform.instance.getThermalState();
}