resetIdentity abstract method

Future<void> resetIdentity()

Clears an identity previously set with identify.

If an identity is not set, this method does nothing. If an identity is set, this method will start a new session and set a new user ID.

Implementation

Future<void> resetIdentity();