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