I can't get list of groups for a specific contact. i use this. **List<Group> contactGroups = await FlutterContacts.groups.getOf(contactId);** but i get an empty list: []
I can't get list of groups for a specific contact. i use this.
List contactGroups = await FlutterContacts.groups.getOf(contactId);
but i get an empty list: []