showSaveAsUI method
Shows the Save As UI for the current document.
Officially Supported Platforms/Implementations:
- Windows WebView2 (Official API - ICoreWebView2_25.ShowSaveAsUI)
Use the PlatformInAppWebViewController.isMethodSupported method to check if this method is supported at runtime.
Implementation
Future<SaveAsUIResult?> showSaveAsUI() => platform.showSaveAsUI();