onReceivedTouchIconUrl method

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

Use onReceivedTouchIconUrl instead.

Officially Supported Platforms/Implementations:

  • Android WebView

Parameters - Officially Supported Platforms/Implementations:

  • url: all platforms
  • precomposed: all platforms

Use the PlatformInAppBrowserEvents.isMethodSupported method to check if this method is supported at runtime.

Implementation

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