error function

void error(
  1. dynamic msg
)

Implementation

void error(msg) => print(red('ERROR: $msg'));