error static method

void error(
  1. String msg
)

Implementation

static void error(String msg) {
  if (kDebugMode) developer.log('\x1B[31m$msg\x1B[0m');
}