run method
Runs the headless WebView.
NOTE for Web: it will append a new iframe
to the body.
Officially Supported Platforms/Implementations:
- Android native WebView
- iOS
- Web
- MacOS
Implementation
Future<void> run() {
throw UnimplementedError('run is not implemented on the current platform');
}