getThermalState method
Gets the current physical device thermal state.
Implementation
Future<DeviceThermalState> getThermalState() {
return NexoraSdkPlatform.instance.getThermalState();
}
Gets the current physical device thermal state.
Future<DeviceThermalState> getThermalState() {
return NexoraSdkPlatform.instance.getThermalState();
}