onReceivedIcon property

(void Function(T controller, Uint8List icon)?) onReceivedIcon
final

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

icon represents the favicon for the current page.

Officially Supported Platforms/Implementations:

Implementation

final void Function(T controller, Uint8List icon)? onReceivedIcon;