ChatwootL10n constructor
const
ChatwootL10n({
- String attachmentButtonAccessibilityLabel = "",
- String emptyChatPlaceholder = "",
- String fileButtonAccessibilityLabel = "",
- String onlineText = "Typically replies in a few hours",
- String offlineText = "We're away at the moment",
- String typingText = "typing...",
- String inputPlaceholder = "Type your message",
- String sendButtonAccessibilityLabel = "Send Message",
- String conversationResolvedMessage = "Your ticket has been marked as resolved",
- String unreadMessagesLabel = "",
Creates a new chatwoot l10n
Implementation
const ChatwootL10n(
{this.attachmentButtonAccessibilityLabel = "",
this.emptyChatPlaceholder = "",
this.fileButtonAccessibilityLabel = "",
this.onlineText = "Typically replies in a few hours",
this.offlineText = "We're away at the moment",
this.typingText = "typing...",
this.inputPlaceholder = "Type your message",
this.sendButtonAccessibilityLabel = "Send Message",
this.conversationResolvedMessage = "Your ticket has been marked as resolved", super.unreadMessagesLabel = ""}) :
super(attachmentButtonAccessibilityLabel: '',
emptyChatPlaceholder: '',
fileButtonAccessibilityLabel: '', inputPlaceholder: '',
sendButtonAccessibilityLabel: '');