Deeplynks class

Deeplynks singleton class

Constructors

Deeplynks()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream Stream<String>
Stream of link data
no setter

Methods

Creates a new deep link. @param data The content to share through the link. This can be an absolute URL, relative URL, query parameters, JSON object, plain text, or any other string-formatted data.
init({IOSInfo? iosInfo, AndroidInfo? androidInfo, required MetaInfo metaData, required BuildContext context}) Future<String?>
Initialize the service Must be called first, before using any other DeepLynks method returns a unique app ID for your app. This ID remains same until application id or bundle id is changed
markCompleted() Future<bool>
Mark the link as completed This prevants it from coming up again in the next app session
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