getAttachmentOptions abstract method
List<CometChatMessageComposerAction>
getAttachmentOptions(
- CometChatTheme theme,
- BuildContext context,
- Map<
String, dynamic> ? id
override this to alter attachment options in CometChatMessageComposer
Implementation
List<CometChatMessageComposerAction> getAttachmentOptions(
CometChatTheme theme, BuildContext context, Map<String, dynamic>? id);