suspend fun BillingClient.queryPurchaseHistory(skuType: String): PurchaseHistoryResult
Returns the most recent purchase made by the user for each SKU, even if that purchase is expired, canceled, or consumed.
skuType - The type of SKU, either "inapp" or "subs"
Return
A PurchaseHistoryResult including a BillingResult and a list of
PurchaseHistoryRecords when the request succeeded