AddContact constructor
const
AddContact({
- required Contact contact,
Adds a user to the contact list or edits an existing contact by their user identifier
Implementation
const AddContact({
required this.contact,
required this.sharePhoneNumber,
});