JsPromptRequest constructor

JsPromptRequest({
  1. Uri? url,
  2. String? message,
  3. String? defaultValue,
  4. bool? iosIsMainFrame,
})

Implementation

JsPromptRequest(
    {this.url, this.message, this.defaultValue, this.iosIsMainFrame});