SmartLink class
Unified deep linking API for Android and Flutter Web.
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
-
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
-
deferredLink
→ Future<
SmartLinkData?> -
Deferred install referrer link (Android only). Null on web.
no setter
-
initialLink
→ Future<
SmartLinkData?> -
First link that opened the app (cold start / web load).
no setter
-
stream
→ Stream<
SmartLinkData> -
Broadcast stream of deep links (normal + deferred + web).
no setter
Static Methods
-
initialize(
{bool enableLogs = false}) → Future< void> - Initialize platform channels and listeners. Call once at app start.
-
markReady(
) → void - Signal that routing / splash is done; queued links are replayed.