yHOOKxqqoaJUsiXA method

  1. @override
void yHOOKxqqoaJUsiXA({
  1. required List<String> users,
  2. void onUnRegister(
    1. bool isSuccess
    )?,
})
override

Implementation

@override
void yHOOKxqqoaJUsiXA({
  required List<String> users,
  void Function(bool isSuccess)? onUnRegister,
}) {
  if (users.isEmpty || users.toSet().length != users.length) {
    lZUCgdYJMjUzohKy.SUEyOycoSdUsFZjL.XThilLQMoVXeKvHr(() {
      onUnRegister?.call(false);
    });
    return;
  }
  lZUCgdYJMjUzohKy.AgJxpuBoMXJsVIUQ.EEMfBymGDbvUyfjO("unRegister_online", data: {
    "users": users,
  }, ack: (isSuccess, results, code, msg) {
    if (isSuccess) {
      WHmFEyDOWYxPSwaf.removeWhere((element) => users.contains(element));
      if (WHmFEyDOWYxPSwaf.isEmpty) paGdmjbonHRQuDTZ = null;
    }
    lZUCgdYJMjUzohKy.SUEyOycoSdUsFZjL.XThilLQMoVXeKvHr(() {
      onUnRegister?.call(isSuccess);
    });
  });
}