FlutterLinkmeSdkPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- FlutterLinkmeSdkPlatform
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
onLink
→ Stream<
LinkMePayload> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
claimDeferredIfAvailable(
) → Future< LinkMePayload?> -
configure(
LinkMeConfig config) → Future< void> -
debugVisitUrl(
String url, {Map< String, String> ? headers}) → Future<int?> -
getInitialLink(
) → Future< LinkMePayload?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setAdvertisingConsent(
bool granted) → Future< void> -
setReady(
) → Future< void> -
setUserId(
String? userId) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
-
track(
String event, {Map< String, dynamic> ? properties}) → Future<void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ FlutterLinkmeSdkPlatform
-
getter/setter pair