onPageStartedCallback property

void Function(String url) onPageStartedCallback
final

Callback when android_webview.WebViewClient receives a callback from android_webview.WebViewClient.onPageStarted.

Implementation

final void Function(String url) onPageStartedCallback;