javaScriptConfirmCallback property
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;
a callback for notifying the host application that the web page wants to display a JavaScript confirm() dialog.
Future<bool> Function(String message)? javaScriptConfirmCallback;