I switched from the “import Purchases” to import “RevenueCat” module today and am trying to simply call logOut() in my app when the user logs out but it isn’t working….
(See images below)
Why does the RevenueCat module not recognize logOut()? It is even gives me the option within auto-complete??
import RevenueCat
RevenueCat.Purchases.logOut() → Error "module 'RevenueCat' has no member named 'logOut'"???