awaitOfferingsEither
suspend fun <Error class: unknown class>.awaitOfferingsEither(): Either<<Error class: unknown class>, <Error class: unknown class>>
Fetch the configured offerings for this users. Offerings allows you to configure your in-app products vis RevenueCat and greatly simplifies management. See the guide for more info.
Offerings will be fetched and cached on instantiation so that, by the time they are needed, your prices are loaded for your purchase flow. Time is money.
Return
An Either.Right containing Offerings if successful, an Either.Left containing a PurchasesError in case of a failure.