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