onReceivedIcon method
Event fired when there is new favicon for the current page.
icon
represents the favicon for the current page.
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - WebChromeClient.onReceivedIcon)
Implementation
@override
void onReceivedIcon(Uint8List icon) {}