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