appendStrike method

void appendStrike(
  1. Object text
)

Appends strikeout text to message

Implementation

void appendStrike(Object text) =>
    appendWithDecoration(text, MessageDecoration.strike);