Flutter – Why is the group list empty even though this contact is a member of a group?
I have grouped the contacts, but when I run the print() command in the console, the list of groups is empty. Why is the group list empty even though this contact is a member of a group? import 'package:flutter/material.dart'; import…