Check if a specific product SKU has been purchased.
public static func skuPurchased(_ skuId: StoreId) -> Bool
fun isSKUIDPurchased(skuID: String): Boolean
static Future<bool> skuPurchased(String skuID)
// coming soon
// coming soon
Parameters
skuId
The id of a product SKU from the Control Center.
Returns
True if the the skuId
has been purchased, false otherwise.