UTILITY property
final
Indicates the utility process kind.
Officially Supported Platforms/Implementations:
- Windows WebView2
Implementation
static final UTILITY = BrowserProcessKind._internalMultiPlatform(2, () {
switch (defaultTargetPlatform) {
case TargetPlatform.windows:
return 2;
default:
break;
}
return null;
});