ChatwootL10n constructor
const
ChatwootL10n({
- String attachmentButtonAccessibilityLabel = "",
- String emptyChatPlaceholder = "",
- String fileButtonAccessibilityLabel = "",
- String onlineText = "online",
- String offlineText = "Typically replies in a few hours",
- String typingText = "typing...",
- String inputPlaceholder = "Type your message",
- String sendButtonAccessibilityLabel = "Send Message",
Creates a new chatwoot l10n
Implementation
const ChatwootL10n({
this.attachmentButtonAccessibilityLabel = "",
this.emptyChatPlaceholder = "",
this.fileButtonAccessibilityLabel = "",
this.onlineText = "online",
this.offlineText = "Typically replies in a few hours",
this.typingText = "typing...",
this.inputPlaceholder = "Type your message",
this.sendButtonAccessibilityLabel = "Send Message",
}) : super(
attachmentButtonAccessibilityLabel:
attachmentButtonAccessibilityLabel,
emptyChatPlaceholder: emptyChatPlaceholder,
fileButtonAccessibilityLabel: fileButtonAccessibilityLabel,
inputPlaceholder: inputPlaceholder,
sendButtonAccessibilityLabel: sendButtonAccessibilityLabel);