FirebaseDynamicLinks class

Firebase Dynamic Links API.

You can get an instance by calling FirebaseDynamicLinks.instance.

Properties

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

Methods

Attempts to retrieve the dynamic link which launched the app.
getPendingDynamicLinkDataFromMap(Map? linkData) PendingDynamicLinkData?
noSuchMethod(Invocation? invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
Configures onLink listeners: it has two methods for success and failure.
toString() String?
A string representation of this object.
inherited

Operators

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

Static Properties

instance FirebaseDynamicLinks?
Singleton of FirebaseDynamicLinks.
final

Constants

channel → const MethodChannel?