MdBfQcNWCCZGcqVg method

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

Implementation

@override
void MdBfQcNWCCZGcqVg({
  required List<String> users,
  void Function(bool isSuccess)? onUnRegister,
}) {
  if (users.isEmpty || users.toSet().length != users.length) {
    ikkMDRSazNrwMPHX.XpWvEzOtXSLTdmHl.BUkEgYSBqdKrdmOU(() {
      onUnRegister?.call(false);
    });
    return;
  }
  ikkMDRSazNrwMPHX.DaZbfaaNrPMLDyED.DMeWPljAqpqlapTz("unRegister_online", data: {
    "users": users,
  }, ack: (isSuccess, results, code, msg) {
    if (isSuccess) {
      lNKVpAgwiLqZeawx.removeWhere((element) => users.contains(element));
      if (lNKVpAgwiLqZeawx.isEmpty) gOSUblGcWIveDjLh = null;
    }
    ikkMDRSazNrwMPHX.XpWvEzOtXSLTdmHl.BUkEgYSBqdKrdmOU(() {
      onUnRegister?.call(isSuccess);
    });
  });
}