getOfficialAccountsInfo method
获取公众号列表
Implementation
Future<V2TimValueCallback<List<V2TimOfficialAccountInfoResult>>>
getOfficialAccountsInfo({
required List<String> officialAccountIDList,
}) async {
return TencentCloudChatSdkPlatform.instance
.getOfficialAccountsInfo(officialAccountIDList: officialAccountIDList);
}