track method
- AppFitEvent event
Tracks an event with the provided event.
This is used to track events in the AppFit dashboard.
Implementation
void track(AppFitEvent event) async {
await eventDigester.digest(event);
}
Tracks an event with the provided event.
This is used to track events in the AppFit dashboard.
void track(AppFitEvent event) async {
await eventDigester.digest(event);
}