error static method

void error(
  1. String msg
)

Implementation

static void error(String msg) => _print('✗ $msg');