showSaveAsUI method

Future<SaveAsUIResult?> showSaveAsUI()

Shows the Save As UI for the current document.

Officially Supported Platforms/Implementations:

Use the PlatformInAppWebViewController.isMethodSupported method to check if this method is supported at runtime.

Implementation

Future<SaveAsUIResult?> showSaveAsUI() => platform.showSaveAsUI();