LinklyticsFlutterPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- LinklyticsFlutterPlatform
- Implementers
Constructors
- LinklyticsFlutterPlatform()
- Constructs a LinklyticsFlutterPlatform.
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
-
generateLink(
String route, Map< String, dynamic> ? params, bool shortLink) → Future<String?> -
getLink(
void callback(DeepLinkRoute)) → Future< void> -
initialize(
String apiKey, {bool isDebug = false}) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sendEvent(
String eventName, Map< String, dynamic> ? properties) → Future<void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ LinklyticsFlutterPlatform
-
The default instance of LinklyticsFlutterPlatform to use.
getter/setter pair