wtf static method

dynamic wtf(
  1. String message, {
  2. String tag = _DEFAULT_TAG_PREFIX,
})

Print failure logs

Implementation

static wtf(String message, {String tag = _DEFAULT_TAG_PREFIX}) {
  _log(WTF, tag, message);
}