onSplashScreen method
Supply a 'splash screen' (called in _futureBuilder() below)
Implementation
// inSplashScreen != null ? inSplashScreen!() : null;
Widget? onSplashScreen(BuildContext context) => inSplashScreen?.call();
Supply a 'splash screen' (called in _futureBuilder() below)
// inSplashScreen != null ? inSplashScreen!() : null;
Widget? onSplashScreen(BuildContext context) => inSplashScreen?.call();