androidOnReceivedTouchIconUrl method
- @SupportedPlatforms.new(platforms: [AndroidPlatform()])
- @Deprecated('Use onReceivedTouchIconUrl instead')
Use onReceivedTouchIconUrl instead.
Officially Supported Platforms/Implementations:
- Android WebView
Parameters - Officially Supported Platforms/Implementations:
url: all platformsprecomposed: all platforms
Use the PlatformInAppBrowserEvents.isMethodSupported method to check if this method is supported at runtime.
Implementation
@SupportedPlatforms(platforms: [AndroidPlatform()])
@Deprecated('Use onReceivedTouchIconUrl instead')
void androidOnReceivedTouchIconUrl(Uri url, bool precomposed) {}