getFormattedText static method

String getFormattedText(
  1. dynamic text
)

Formats the log message with the WebEngage-Inbox prefix.

Implementation

static String getFormattedText(text) {
  return "WebEngage-Inbox: $text";
}