enhanced_url_launcher_string library
Classes
- WebViewConfiguration
- Additional configuration options for LaunchMode.inAppWebView.
Enums
- LaunchMode
- The desired mode to launch a URL.
Functions
- 
  canLaunchUrlString(String urlString) → Future< bool> 
- String version of canLaunchUrl.
- 
  launchUrlString(String urlString, {LaunchMode mode = LaunchMode.platformDefault, WebViewConfiguration webViewConfiguration = const WebViewConfiguration(), String? webOnlyWindowName, String? webOnlyOptions}) → Future< bool> 
- String version of launchUrl.