getFailureReportFolderPath method
Officially Supported Platforms/Implementations:
- Windows WebView2 1.0.1518.46++ (Official API - ICoreWebView2Environment11.get_FailureReportFolderPath)
Use the PlatformWebViewEnvironment.isMethodSupported method to check if this method is supported at runtime.
Implementation
Future<String?> getFailureReportFolderPath() =>
platform.getFailureReportFolderPath();