lookupSubscription abstract method
Lookup subscription with named name
.
The name
can be either an absolute name or a relative name.
Returns a Future
which completes with the subscription.
Implementation
Future<Subscription> lookupSubscription(String name);