unsubscribe abstract method

Future<void> unsubscribe(
  1. String topic
)

取消订阅 TOPIC

Implementation

Future<void> unsubscribe(String topic);