onReceivedTouchIconUrl property

void Function(T controller, WebUri url, bool precomposed)? onReceivedTouchIconUrl
final

Event fired when there is an url for an apple-touch-icon.

url represents the icon url.

precomposed is true if the url is for a precomposed touch icon.

Officially Supported Platforms/Implementations:

Implementation

final void Function(T controller, WebUri url, bool precomposed)?
    onReceivedTouchIconUrl;