error method
Write an error line to the terminal.
Implementation
void error(String message) =>
writeOutput({'level': 'error', 'message': message});
Write an error line to the terminal.
void error(String message) =>
writeOutput({'level': 'error', 'message': message});