androidOnReceivedIcon method

void androidOnReceivedIcon(
  1. Uint8List icon
)

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

void androidOnReceivedIcon(Uint8List icon) {}