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