addContact static method
Implementation
static dynamic addContact(String token, AddContactType body) async {
return postFetch(token, ApiEndpoint.addContact, body);
}
static dynamic addContact(String token, AddContactType body) async {
return postFetch(token, ApiEndpoint.addContact, body);
}