run method

Future<void> run()

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();