javaScriptAlertCallback property

Future<void> Function(String message)? javaScriptAlertCallback
getter/setter pair

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;