splashScreenFuture property

(Future<String?> Function(BuildContext context)?) splashScreenFuture
final

The future that is awaited before the splash screen is closed.

Implementation

final Future<String?> Function(BuildContext context)? splashScreenFuture;