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() => platform.run();
Runs the headless WebView.
NOTE for Web: it will append a new iframe
to the body.
Officially Supported Platforms/Implementations:
Future<void> run() => platform.run();