getSubscriptions
inline fun SkuBehavior.getSubscriptions(builder: SkuSubscriptionsListRequestBuilder.() -> Unit): Flow<Subscription>(source)
Requests to get all Subscriptions containing this Sku.
The returned flow is lazily executed, any RequestException will be thrown on terminal operators instead.