getAIOptions abstract method
List<CometChatMessageComposerAction>
getAIOptions(
- User? user,
- Group? group,
- CometChatTheme theme,
- BuildContext context,
- Map<
String, dynamic> ? id, - AIOptionsStyle? aiOptionStyle,
override this to alter attachment options in CometChatMessageComposer
Implementation
List<CometChatMessageComposerAction> getAIOptions(
User? user,
Group? group,
CometChatTheme theme,
BuildContext context,
Map<String, dynamic>? id,
AIOptionsStyle? aiOptionStyle);