ContactUtils constructor

ContactUtils({
  1. required Function toggleLoadingIndicator,
  2. required dynamic client,
  3. required UpdateStateFunc updateStateFunc,
})

Implementation

ContactUtils({
  required this.toggleLoadingIndicator,
  required this.client,
  required this.updateStateFunc,
});