error static method
Implementation
static void error(String msg) {
const sep = '\n';
// to check: ⚠ ❌✖✕
msg = '✖ + ${_penError(msg.trim())}';
msg = msg + sep;
print(msg);
}
static void error(String msg) {
const sep = '\n';
// to check: ⚠ ❌✖✕
msg = '✖ + ${_penError(msg.trim())}';
msg = msg + sep;
print(msg);
}