forgetMe abstract method

Future<void> forgetMe()

Stops tracking current runtime and wipes user data.

Any future tracked activity from the current user will have a new user id, and won't be linked to any past activity from this user. Tracking will resume on next app launch.

Implementation

Future<void> forgetMe();