LaunchOptions class

Options for launchUrl.

Annotations

Constructors

LaunchOptions({PreferredLaunchMode mode = PreferredLaunchMode.platformDefault, InAppWebViewConfiguration webViewConfiguration = const InAppWebViewConfiguration(), InAppBrowserConfiguration browserConfiguration = const InAppBrowserConfiguration(), String? webOnlyWindowName})
Creates a new parameter object with the given options.
const

Properties

browserConfiguration InAppBrowserConfiguration
Configuration for the browser view in PreferredLaunchMode.inAppBrowserView mode.
final
hashCode int
The hash code for this object.
no setterinherited
mode PreferredLaunchMode
The requested launch mode.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
webOnlyWindowName String?
A web-platform-specific option to set the link target.
final
webViewConfiguration InAppWebViewConfiguration
Configuration for the web view in PreferredLaunchMode.inAppWebView mode.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited