menu
zds_flutter
zds_flutter
LaunchUrlInWebView
launch method
launch
brightness_4
brightness_5
launch
method
Future
<
bool
>
launch
(
)
Attempts to launch this urlString on a web view.
Implementation
Future<bool> launch() => launchUrl(this);
zds_flutter
zds_flutter
LaunchUrlInWebView
launch method
LaunchUrlInWebView extension