getFavicons method

Future<List<Favicon>> getFavicons()

Gets the list of all favicons for the current page.

NOTE for Web: this method will have effect only if the iframe has the same origin.

Officially Supported Platforms/Implementations:

  • Android native WebView
  • iOS
  • MacOS
  • Web

Implementation

Future<List<Favicon>> getFavicons() {
  throw UnimplementedError(
      'getFavicons is not implemented on the current platform');
}