getFormattedText static method
Formats the log message with the WebEngage-Inbox prefix.
Implementation
static String getFormattedText(text) {
return "WebEngage-Inbox: $text";
}
Formats the log message with the WebEngage-Inbox prefix.
static String getFormattedText(text) {
return "WebEngage-Inbox: $text";
}