subscribe abstract method

Future<void> subscribe(
  1. String topic
)

订阅 TOPIC

Implementation

Future<void> subscribe(String topic);