createWebArchiveData method

Future<Uint8List?> createWebArchiveData()

Creates a web archive of the web view’s current contents asynchronously. Returns null if a problem occurred.

Officially Supported Platforms/Implementations:

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

Implementation

Future<Uint8List?> createWebArchiveData() => platform.createWebArchiveData();