getAvailableProducts

abstract suspend fun getAvailableProducts(): Set<Product>

This is a suspend function because we access disk IO You DO NOT need to set any dispatcher to call this suspend function

Return

a Set of available products for the subscription or an empty set if subscription is not available