startCustomTouchCalibration method
Starts custom touch calibration for a display. This should be called when using a custom UX for collecting calibration data. If another touch calibration is already in progress this will throw an error. |id|: The display's unique identifier.
Implementation
void startCustomTouchCalibration(String id) {
$js.chrome.system.display.startCustomTouchCalibration(id);
}