addOptions property

List<CometChatOption>? Function(CallLog callLog, CometChatCallLogsController controller, 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(CallLog callLog,
    CometChatCallLogsController controller, BuildContext context)? addOptions;