requestSubscribeChannel method

void requestSubscribeChannel(
  1. List<String> channelIds
)

Android Only 请求订阅小米消息渠道。结果通过 addEventHandler 的 onCommandResult 回调。

Implementation

void requestSubscribeChannel(List<String> channelIds) {
  print(flutter_log + "requestSubscribeChannel:has not been implemented.");
}