Get all the contacts without any filter nor pagination.
Future<List<Contact>> getAllContacts() async { return _repository.getAllContacts(); }