tryCreateSplash function

Future<void> tryCreateSplash()

Function that will be called on supported platforms to create the splash screens.

Implementation

Future<void> tryCreateSplash() async {
  var config = _getConfig();
  await tryCreateSplashByConfig(config);
}