awaitGetProductsResult
suspend fun <Error class: unknown class>.awaitGetProductsResult(productIds: List<String>): Result<List<<Error class: unknown class>>>
Gets the StoreProducts for the given list of product ids for all product types.
Return
A Result containing a list of StoreProducts if successful, and PurchasesException in case of a failure.