androidOnReceivedIcon property

  1. @SupportedPlatforms.new(platforms: [AndroidPlatform()])
  2. @Deprecated('Use onReceivedIcon instead')
void Function(T controller, Uint8List icon)? androidOnReceivedIcon
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;