MethodChannelUrlLauncher class

Inheritance

Constructors

MethodChannelUrlLauncher()

Properties

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

Methods

canLaunch(String url) Future<bool>
override
closeWebView() Future<void>
override
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>
override
launchUrl(String url, LaunchOptions options) Future<bool>
inherited
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