Subscriptions constructor

Subscriptions(
  1. Dio dio
)

Implementation

Subscriptions(this.dio) : _rest = SubscriptionsClient(dio);