UrlUtils class

Inheritance

Constructors

UrlUtils({Future<bool> androidAppCheck(String uri) = _androidAppCheck, Future<bool> launchUrlFunc(Uri url, {LaunchMode? mode}) = _launchUrlFunc, Future<bool> canLaunchUrlFunc(Uri url) = launcher.canLaunchUrl})

Properties

androidAppCheck Future<bool> Function(String uri)
final
canLaunchUrlFunc Future<bool> Function(Uri url)
final
hashCode int
The hash code for this object.
no setterinherited
launchUrlFunc Future<bool> Function(Uri url, {LaunchMode? mode})
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

isInstalled(String? uri, {String? id}) Future<bool>
override
launchUrl(Uri url, {LaunchMode? mode}) Future<bool>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openRedirect(WalletRedirect redirect, {String? wcURI, PlatformType? pType}) Future<bool>
override
toString() String
A string representation of this object.
inherited

Operators

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