subscribe method

Future<bool> subscribe(
  1. String topic
)

订阅主题

Implementation

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