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