optOut abstract method

Future<void> optOut()

Opts the current user's device out from being tracked.

Immediately stops tracking the current device. The device will never be tracked again, unless the app is reinstalled, or optIn is called. In such cases, the user will be tracked with a new user ID and won't be linked to any previous activity.

Implementation

Future<void> optOut();