SubscriptionNotActiveError constructor
SubscriptionNotActiveError(
- String? message
Implementation
SubscriptionNotActiveError(String? message)
: super('SubscriptionNotActiveError', message);
SubscriptionNotActiveError(String? message)
: super('SubscriptionNotActiveError', message);