hide method

void hide()

Implementation

void hide() {
  events.dispatchEvent(PreloaderEvents.HIDE);
}