subscribeOfficialAccount method
- {required String officialAccountID}
订阅公众号
Implementation
Future<V2TimCallback> subscribeOfficialAccount({
required String officialAccountID,
}) async {
throw UnimplementedError(
'subscribeOfficialAccount has not been implemented.',
);
}