Reset cache on logout

This commit is contained in:
vishnukvmd 2022-11-15 17:21:44 +05:30
parent 7ad76adcaa
commit b35d3bda16

View file

@ -130,6 +130,7 @@ class Configuration {
_key = null;
_cachedToken = null;
_secretKey = null;
_authSecretKey = null;
Bus.instance.fire(SignedOutEvent());
}