success static method

void success(
  1. dynamic msg
)

Implementation

static void success(msg) => log(msg, tagColor: PrintColor.green);