onReceivedIcon property

void Function(dynamic controller, Uint8List icon)? onReceivedIcon
finalinherited

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;