FlutterUlinkSdkPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- FlutterUlinkSdkPlatform
- Implementers
Constructors
- FlutterUlinkSdkPlatform()
- Constructs a FlutterUlinkSdkPlatform.
Properties
-
dynamicLinkStream
→ Stream<
ULinkResolvedData> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
onDynamicLink
→ Stream<
ULinkResolvedData> -
no setter
-
onLog
→ Stream<
ULinkLogEntry> -
Stream of log entries for debugging
no setter
-
onUnifiedLink
→ Stream<
ULinkResolvedData> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
unifiedLinkStream
→ Stream<
ULinkResolvedData> -
no setter
Methods
-
checkDeferredLink(
) → Future< void> -
createLink(
ULinkParameters parameters) → Future< ULinkResponse> -
dispose(
) → Future< void> -
endSession(
) → Future< void> -
getCurrentSessionId(
) → Future< String?> -
getInitialDeepLink(
) → Future< ULinkResolvedData?> -
getInitialUri(
) → Future< String?> -
getInstallationId(
) → Future< String?> -
getLastLinkData(
) → Future< ULinkResolvedData?> -
getSessionState(
) → Future< SessionState> -
hasActiveSession(
) → Future< bool> -
initialize(
ULinkConfig config) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolveLink(
String url) → Future< ULinkResponse> -
setInitialUri(
String uri) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ FlutterUlinkSdkPlatform
-
The default instance of FlutterUlinkSdkPlatform to use.
getter/setter pair