setShowSplash method

void setShowSplash(
  1. bool show
)

Implementation

void setShowSplash(bool show) {
  _animateSplash = true;
  _showSplash = show;
  notifyListeners();
}