call method

OrgSubscriptionProvider call(
  1. String orgId
)

Current active subscription for an organization, or null if on trial.

Copied from orgSubscription.

Implementation

OrgSubscriptionProvider call(String orgId) {
  return OrgSubscriptionProvider(orgId);
}