订阅主题
topic 要订阅的主题名称 返回 true 表示订阅成功,false 表示失败
topic
true
false
static Future<bool> subscribe(String topic) { return _platform.subscribe(topic); }