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