unsubscribe method

Future<bool> unsubscribe(
  1. String topic
)

取消订阅主题

Implementation

Future<bool> unsubscribe(String topic) {
  throw UnimplementedError('unsubscribe() has not been implemented.');
}