UrlLauncherCheckout class

The default: hand the URL to the platform browser.

On the web this replaces the current page, so the app is unloaded and the return is an ordinary cold start. On Android and iOS it opens an external browser and the app stays alive until the return URL, an App Link or Universal Link, routes back in.

Constructors

UrlLauncherCheckout()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open(Uri checkoutUrl) Future<bool>
Opens checkoutUrl, leaving this app.
override
toString() String
A string representation of this object.
inherited

Operators

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