mock static method
- ActivityType type = ActivityType.still,
- int confidence = 100,
Creates a mock activity.
Implementation
static Activity mock({
ActivityType type = ActivityType.still,
int confidence = 100,
}) {
return Activity(type: type, confidence: confidence);
}