MethodChannelDeepLink class
An implementation of DeepLinkPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- DeepLinkPlatform
- MethodChannelDeepLink
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
onLink
→ Stream<
PendingDeepLinkData> -
Creates a stream for listening whenever a dynamic link becomes available
no setterinherited
- 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> > -
override
-
generateDeepLink(
String request) → Future< String> -
override
-
getInitialLink(
) → Future< PendingDeepLinkData?> -
Gets the initial / first link
inherited
-
getInitialLinkString(
) → Future< String?> -
Gets the initial / first link
inherited
-
initSdk(
String configJson, String env) → Future< void> -
override
-
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