EventDigester class
Constructors
- EventDigester({required String apiKey})
-
Initializes the EventDigester with the provided
apiKeyandprojectId.
Properties
Methods
-
batchDigest(
List< AppFitEvent> events) → Future<void> -
Digests the provided
events. -
digest(
AppFitEvent event) → Future< void> -
Digests the provided
event. -
identify(
String? userId) → Future< void> -
Identifies the user with the provided
userId. -
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