subscribeOfficialAccount method

Future<V2TimCallback> subscribeOfficialAccount(
  1. {required String officialAccountID}
)

订阅公众号

Implementation

Future<V2TimCallback> subscribeOfficialAccount({
  required String officialAccountID,
}) async {
  throw UnimplementedError(
    'subscribeOfficialAccount has not been implemented.',
  );
}