createSplash function

void createSplash()

Create splash screens for Android and iOS

Implementation

void createSplash() {
  var config = getConfig();
  checkConfig(config);
  createSplashByConfig(config);
}