contactsList static method

dynamic contactsList(
  1. String token,
  2. ContactsType body
)

Implementation

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