ContactUtils constructor
ContactUtils({
- required Function toggleLoadingIndicator,
- required dynamic client,
- required UpdateStateFunc updateStateFunc,
Implementation
ContactUtils({
required this.toggleLoadingIndicator,
required this.client,
required this.updateStateFunc,
});