onReceivedIcon property
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
final void Function(T controller, Uint8List icon)? onReceivedIcon;