getOfficialAccountsInfo method
Future<V2TimValueCallback<List<V2TimOfficialAccountInfoResult> > >
getOfficialAccountsInfo({})
inherited
获取公众号列表
Implementation
Future<V2TimValueCallback<List<V2TimOfficialAccountInfoResult>>>
getOfficialAccountsInfo({
required List<String> officialAccountIDList,
}) async {
throw UnimplementedError(
'getOfficialAccountsInfo has not been implemented.',
);
}