iosOnWebContentProcessDidTerminate property

  1. @SupportedPlatforms.new(platforms: [IOSPlatform()])
  2. @Deprecated('Use onWebContentProcessDidTerminate instead')
void Function(T controller)? iosOnWebContentProcessDidTerminate
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;