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