unsubscribeOfficialAccount method

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

取消订阅公众号

Implementation

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