deleteSubscription abstract method

Future deleteSubscription(
  1. String name
)

Delete subscription named name.

The name can be either an absolute name or a relative name.

Returns a Future which completes with the subscription.

Implementation

Future deleteSubscription(String name);