OpenMode enum
Values
- platformDefault → const OpenMode
-
Leaves the decision of how to launch the URL to the platform implementation.
- inAppWebView → const OpenMode
-
Loads the URL in an in-app web view (e.g., Safari View Controller).
- externalApplication → const OpenMode
-
Passes the URL to the OS to be handled by another application.
- externalNonBrowserApplication → const OpenMode
-
Passes the URL to the OS to be handled by another non-browser application.
Properties
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