reset static method
Resets the user identity and clears stored user data.
This method is typically called when a user logs out.
Implementation
@Deprecated("Use instance.reset instead")
static void reset() {
instance.reset();
}
Resets the user identity and clears stored user data.
This method is typically called when a user logs out.
@Deprecated("Use instance.reset instead")
static void reset() {
instance.reset();
}