LaunchOptions class

Options for launchUrl.

Annotations

Constructors

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

Properties

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
webOnlyOptions String?
A web-platform-specific option to set the link options.
final
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