exception function
Prints error message in error output.
Implementation
void exception(Object message, [StackTrace? stackTrace]) =>
error(message.toString());
Prints error message in error output.
void exception(Object message, [StackTrace? stackTrace]) =>
error(message.toString());