Retrieves thermal CPU temperature from the device
static Future<double> getTemperature() async { return await _channel.invokeMethod("getCpuTemperature"); }