FlutterLinkmeSdkPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FlutterLinkmeSdkPlatform
Implementers

Constructors

FlutterLinkmeSdkPlatform()

Properties

hashCode → int
The hash code for this object.
no setterinherited
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?>
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