subscriptions_model library
Classes
- SubscriptionModel
- Holds properties of SIP subscription item
- 
  SubscriptionsModel<T extends SubscriptionModel> 
- Subscriptions list model ((contains list of subscriptions, methods for managing them, handlers of library event)
Enums
- SubscriptionState
- Subscription state - using as member of SubscriptionModel
Typedefs
- SaveChangesCallback = void Function(String jsonStr)
- Model invokes this callback when has changes which should be saved by the app