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