onReceivedTouchIconUrl method

void onReceivedTouchIconUrl(
  1. WebUri url,
  2. bool precomposed
)

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

void onReceivedTouchIconUrl(WebUri url, bool precomposed) {}