iosOnWebContentProcessDidTerminate property
- @SupportedPlatforms.new(platforms: [IOSPlatform()])
- @Deprecated('Use onWebContentProcessDidTerminate instead')
final
Use onWebContentProcessDidTerminate instead.
Officially Supported Platforms/Implementations:
- iOS WKWebView
Use the PlatformWebViewCreationParams.isPropertySupported method to check if this property is supported at runtime.
Implementation
@SupportedPlatforms(platforms: [IOSPlatform()])
@Deprecated('Use onWebContentProcessDidTerminate instead')
final void Function(T controller)? iosOnWebContentProcessDidTerminate;