splashScreenFuture property
final
The future that is awaited before the splash screen is closed.
Implementation
final Future<String?> Function(BuildContext context)? splashScreenFuture;
The future that is awaited before the splash screen is closed.
final Future<String?> Function(BuildContext context)? splashScreenFuture;