reset_color_attributes method
Resets all color attributes and text styles to the default terminal setting.
Implementation
@override
void reset_color_attributes() {
stdout.write(
control_sequence_identifier + 'm',
);
}
Resets all color attributes and text styles to the default terminal setting.
@override
void reset_color_attributes() {
stdout.write(
control_sequence_identifier + 'm',
);
}