increment method

Future<void> increment()

Increments the activity count by 1 for the current time bucket.

Implementation

Future<void> increment() => add(1);