onReceivedTouchIconUrl method

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

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

@override
void onReceivedTouchIconUrl(WebUri url, bool precomposed) {}