updateMessage method
Update the message displayed alongside the progress bar
Implementation
void updateMessage(String newMessage) {
message = newMessage;
_render();
}
Update the message displayed alongside the progress bar
void updateMessage(String newMessage) {
message = newMessage;
_render();
}