hide method

void hide()

Implementation

void hide() {
  if (progress != null) {
    progress!.hide();
  }
}