AdropMetrics class

Constructors

AdropMetrics.new()

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 Methods

logEvent(String name, [dynamic params]) Future<void>
Logs a custom event with the given name and event params.
properties() Future<Map<String, dynamic>>
Get all user properties saved in the SDK.
sendEvent(String name, [Map<String, dynamic>? params]) Future<void>
Sends a custom event with the given name and event params.
setProperty(String key, dynamic value) Future<void>
Sets a user property to a given value.