overscanCalibrationReset method
Resets the overscan insets for a display to the last saved value (i.e before Start was called). |id|: The display's unique identifier.
Implementation
void overscanCalibrationReset(String id) {
$js.chrome.system.display.overscanCalibrationReset(id);
}