addOptions property
List<CometChatOption> ? Function(Group group, GroupsBloc bloc, BuildContext context)?
addOptions
final
addOptions adds into the current List of actions available on the long press of list item
Implementation
final List<CometChatOption>? Function(
Group group,
GroupsBloc bloc,
BuildContext context,
)?
addOptions;