onFaviconChanged method

  1. @override
void onFaviconChanged(
  1. FaviconChangedRequest faviconChangedRequest
)
inherited

Event fired when the favicon for the current page changes.

faviconChangedRequest contains the favicon URL and/or icon bytes, if available.

Officially Supported Platforms/Implementations:

Parameters - Officially Supported Platforms/Implementations:

  • faviconChangedRequest: all platforms

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

Implementation

@override
void onFaviconChanged(FaviconChangedRequest faviconChangedRequest) {}