deleteTopic abstract method

Future deleteTopic(
  1. String name
)

Delete topic named name.

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

Returns a Future which completes with null when the operation is finished.

Implementation

Future deleteTopic(String name);