call method
- String orgId
Current active subscription for an organization, or null if on trial.
Copied from orgSubscription.
Implementation
OrgSubscriptionProvider call(String orgId) {
return OrgSubscriptionProvider(orgId);
}
Current active subscription for an organization, or null if on trial.
Copied from orgSubscription.
OrgSubscriptionProvider call(String orgId) {
return OrgSubscriptionProvider(orgId);
}