disableSecureWindow method

dynamic disableSecureWindow()

Implementation

disableSecureWindow() {
  this.isSecuredWindowsDisabled = true;
  return this;
}