setShowStatusBar method

void setShowStatusBar(
  1. bool show
)

Sets whether to show the status bar.

Implementation

void setShowStatusBar(bool show) {
  showStatusBar = show;
}