launch method

Future<bool> launch()

Attempts to launch this urlString on a web view.

Implementation

Future<bool> launch() => launchUrl(this);