overscanCalibrationComplete method

void overscanCalibrationComplete(
  1. String id
)

Complete overscan adjustments for a display by saving the current values and hiding the overlay. |id|: The display's unique identifier.

Implementation

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