updateSubtitle method
Updates the subtitle/message text
Implementation
void updateSubtitle(String newSubtitle) {
subtitle.value = newSubtitle;
}
Updates the subtitle/message text
void updateSubtitle(String newSubtitle) {
subtitle.value = newSubtitle;
}