show static method

dynamic show(
  1. dynamic msg, {
  2. PrintColor messageColor = PrintColor.white,
})

Implementation

static show(msg, {PrintColor messageColor = PrintColor.white}) => log(msg, messageColor: messageColor, tag: "");