getFormattedText static method

String getFormattedText(
  1. dynamic text
)

Implementation

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