androidOnReceivedIcon property
- @SupportedPlatforms.new(platforms: [AndroidPlatform()])
- @Deprecated('Use onReceivedIcon instead')
final
Use onReceivedIcon instead.
Officially Supported Platforms/Implementations:
- Android WebView
Parameters - Officially Supported Platforms/Implementations:
icon: all platforms
Use the PlatformWebViewCreationParams.isPropertySupported method to check if this property is supported at runtime.
Implementation
@SupportedPlatforms(platforms: [AndroidPlatform()])
@Deprecated('Use onReceivedIcon instead')
final void Function(T controller, Uint8List icon)? androidOnReceivedIcon;