delete method

String delete(
  1. String s
)

Styles s as a deleted item.

Implementation

String delete(String s) => _pc.red(s);