DeepLinkPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • DeepLinkPlatform
Implementers

Constructors

DeepLinkPlatform()
Constructs a DeepLinkPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
Creates a stream for listening whenever a dynamic link becomes available
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

extractLinkMetaData(String token, Map<String, bool>? metaData) Future<Map<String, dynamic>>
Gets the initial / first link
getInitialLinkString() Future<String?>
Gets the initial / first link
initSdk(String configJson, String env) Future<void>
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 DeepLinkPlatform
The default instance of DeepLinkPlatform to use.
getter/setter pair