Deeplynks class
Deeplynks singleton class
Constructors
- Deeplynks()
-
factory
Properties
Methods
-
createLink(
String data) → Future< String?> -
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