DsWebViewJavaScriptAlertCallback typedef

DsWebViewJavaScriptAlertCallback = Future<void> Function(String message)

Implementation

typedef DsWebViewJavaScriptAlertCallback =
    Future<void> Function(String message);