menu
at_contacts_group_flutter package
documentation
services/group_service.dart
GroupService
setSelectedContacts method
setSelectedContacts method
dark_mode
light_mode
setSelectedContacts
method
dynamic
setSelectedContacts
(
List
<
AtContact?
>
?
list
)
Implementation
setSelectedContacts(List<AtContact?>? list) { selecteContactList = list; }
at_contacts_group_flutter package
documentation
services/group_service
GroupService
setSelectedContacts method
GroupService class