resetForTesting static method
void
resetForTesting()
Resets the SDK state for testing purposes. This should only be used in tests.
Implementation
static void resetForTesting() {
_loggedInUser = null;
_cometChatCalls = null;
_callAppSettings = null;
_isUidLoginInProgress = false;
_isAuthTokenLoginInProgress = false;
}