createWebArchiveData method
Creates a web archive of the web view’s current contents asynchronously.
Returns null
if a problem occurred.
NOTE for iOS: available only on iOS 14.0+.
NOTE for MacOS: available only on MacOS 11.0+.
Officially Supported Platforms/Implementations:
Implementation
Future<Uint8List?> createWebArchiveData() {
throw UnimplementedError(
'createWebArchiveData is not implemented on the current platform');
}