JsPromptRequest constructor
Implementation
JsPromptRequest({
this.defaultValue,
@Deprecated('Use isMainFrame instead') this.iosIsMainFrame,
this.isMainFrame,
this.message,
this.url,
}) {
isMainFrame = isMainFrame ?? iosIsMainFrame;
}
JsPromptRequest({
this.defaultValue,
@Deprecated('Use isMainFrame instead') this.iosIsMainFrame,
this.isMainFrame,
this.message,
this.url,
}) {
isMainFrame = isMainFrame ?? iosIsMainFrame;
}