getImageContent method
Implementation
getImageContent(MediaMessage message, Widget child, CometChatTheme theme) {
return ImageModerationFilter(
key: UniqueKey(),
message: message,
theme: theme,
warningText: configuration?.warningText,
style: configuration?.style,
child: child,
);
}