ContactShieldCallback constructor

ContactShieldCallback({
  1. required OnHasContact onHasContact,
  2. required OnNoContact onNoContact,
})

Implementation

ContactShieldCallback({
  required this.onHasContact,
  required this.onNoContact,
});