getSubscription method

Future<Map> getSubscription(
  1. String token,
  2. String subscriptionId
)

Implementation

Future<Map> getSubscription(String token, String subscriptionId) {
  throw UnimplementedError("Get Subscription has not been implemented");
}