error function
Adds an error message
with optional properties
.
Implementation
void error({required String message, AnnotationProperties? properties}) {
issueCommand('error', toCommandProperties(properties), message);
}
Adds an error message
with optional properties
.
void error({required String message, AnnotationProperties? properties}) {
issueCommand('error', toCommandProperties(properties), message);
}