clearTouchCalibration method

void clearTouchCalibration(
  1. String id
)

Resets the touch calibration for the display and brings it back to its default state by clearing any touch calibration data associated with the display. |id|: The display's unique identifier.

Implementation

void clearTouchCalibration(String id) {
  $js.chrome.system.display.clearTouchCalibration(id);
}