awaitLogInResult
suspend fun <Error class: unknown class>.awaitLogInResult(newAppUserID: String): <Error class: unknown class><<Error class: unknown class>>
This function will change the current Purchases.appUserID. Typically this would be used after a log out to identify a new user without calling Purchases.configure.
Return
A Result containing CustomerInfo if successful, and PurchasesException in case of a failure.
Parameters
newAppUserID
The new appUserID that should be linked to the currently user