onProcessInfosChanged property
Event fired with a list of all process using same user data folder except for crashpad process.
Officially Supported Platforms/Implementations:
- Windows WebView2 1.0.1108.44++ (Official API - ICoreWebView2Environment8.add_ProcessInfosChanged)
Parameters - Officially Supported Platforms/Implementations:
detail: all platforms
Use the PlatformWebViewEnvironment.isPropertySupported method to check if this property is supported at runtime.
Implementation
void Function(BrowserProcessInfosChangedDetail detail)?
get onProcessInfosChanged => platform.onProcessInfosChanged;
Implementation
set onProcessInfosChanged(
void Function(BrowserProcessInfosChangedDetail detail)? value,
) => platform.onProcessInfosChanged = value;