androidOnReceivedIcon method
- @SupportedPlatforms.new(platforms: [AndroidPlatform()])
- @Deprecated('Use onReceivedIcon instead')
- Uint8List icon
Use onReceivedIcon instead.
Officially Supported Platforms/Implementations:
- Android WebView
Parameters - Officially Supported Platforms/Implementations:
icon: all platforms
Use the PlatformInAppBrowserEvents.isMethodSupported method to check if this method is supported at runtime.
Implementation
@SupportedPlatforms(platforms: [AndroidPlatform()])
@Deprecated('Use onReceivedIcon instead')
void androidOnReceivedIcon(Uint8List icon) {}