androidOnReceivedIcon property

(void Function(InAppWebViewController controller, Uint8List icon)?) androidOnReceivedIcon
final

Event fired when there is new favicon for the current page.

icon represents the favicon for the current page.

NOTE: available only on Android.

Official Android API: https://developer.android.com/reference/android/webkit/WebChromeClient#onReceivedIcon(android.webkit.WebView,%20android.graphics.Bitmap)

Implementation

final void Function(InAppWebViewController controller, Uint8List icon)?
    androidOnReceivedIcon;