javaScriptPromptCallback property

Future<String> Function(String message, String? defaultText)? javaScriptPromptCallback
getter/setter pair

a callback for notifying the host application that the web page wants to display a JavaScript prompt() dialog.

Implementation

Future<String> Function(String message, String? defaultText)?
    javaScriptPromptCallback;