javaScriptAlertCallback property
a callback for notifying the host application that the web page wants to display a JavaScript alert() dialog.
Implementation
Future<void> Function(String message)? javaScriptAlertCallback;
a callback for notifying the host application that the web page wants to display a JavaScript alert() dialog.
Future<void> Function(String message)? javaScriptAlertCallback;