UrlLauncherPlatform class abstract

Inheritance
Implementers

Constructors

UrlLauncherPlatform()

Properties

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

Methods

canLaunch(String url) Future<bool>
closeWebView() Future<void>
launch(String url, {required bool useSafariVC, required bool useWebView, required bool enableJavaScript, required bool enableDomStorage, required bool universalLinksOnly, required Map<String, String> headers, String? webOnlyWindowName}) Future<bool>
launchUrl(String url, LaunchOptions options) Future<bool>
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

Static Properties

instance UrlLauncherPlatform
getter/setter pair