resetUser abstract method
Clears the current user identification and associated traits. This should be called when the user logs out.
Implementation
Future<void> resetUser();
Clears the current user identification and associated traits. This should be called when the user logs out.
Future<void> resetUser();