DefaultLaunchAdapter class
Default implementation of the LaunchAdapter using url_launcher.
This implementation delegates all calls to the url_launcher package.
- Implemented types
Constructors
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
-
canLaunch(
Uri url) → Future< bool> -
Checks whether the given
urlcan be launched on this device.override -
launch(
Uri url, {LaunchMode mode = LaunchMode.externalApplication}) → Future< bool> -
Launches the given
urlusing the specifiedmode.override -
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