showMessageLoose method
Shows the 'MessageLoose' and activates the button click listener for listenGoToMenuButton
Implementation
void showMessageLoose(bool timeout) {
MenuView.show().messageLose(timeout).render();
this.listenGoToMenuButton();
}