onRenderProcessGone property

void Function(T controller, RenderProcessGoneDetail detail)? onRenderProcessGone
final

Event fired when the given WebView's render process has exited. The cause of the render process exit can be anything from a crash due to a bug in the WebView to a memory-intensive process being killed by the system.

detail represents the reason why the render process has exited.

NOTE: available only on Android 26+.

Officially Supported Platforms/Implementations:

Implementation

final void Function(T controller, RenderProcessGoneDetail detail)?
onRenderProcessGone;