dispose method
Disposes the headless WebView.
Officially Supported Platforms/Implementations:
- Android native WebView
- iOS
- Web
- MacOS
Implementation
Future<void> dispose() {
throw UnimplementedError(
'dispose is not implemented on the current platform');
}