javaScriptConfirmCallback property

Future<bool> Function(String message)? javaScriptConfirmCallback
getter/setter pair

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

Implementation

Future<bool> Function(String message)? javaScriptConfirmCallback;