getMemoryUsageTargetLevel method
Gets the WebView memory usage target level.
Officially Supported Platforms/Implementations:
- Windows WebView2 (Official API - ICoreWebView2_19.get_MemoryUsageTargetLevel)
Use the PlatformInAppWebViewController.isMethodSupported method to check if this method is supported at runtime.
Implementation
Future<MemoryUsageTargetLevel?> getMemoryUsageTargetLevel() =>
platform.getMemoryUsageTargetLevel();