iosOnWebContentProcessDidTerminate method

  1. @SupportedPlatforms.new(platforms: [IOSPlatform()])
  2. @Deprecated('Use onWebContentProcessDidTerminate instead')
void iosOnWebContentProcessDidTerminate()

Use onWebContentProcessDidTerminate instead.

Officially Supported Platforms/Implementations:

  • iOS WKWebView

Use the PlatformInAppBrowserEvents.isMethodSupported method to check if this method is supported at runtime.

Implementation

@SupportedPlatforms(platforms: [IOSPlatform()])
@Deprecated('Use onWebContentProcessDidTerminate instead')
void iosOnWebContentProcessDidTerminate() {}