Package io.flutter.embedding.android
Interface SplashScreenProvider
-
- All Known Implementing Classes:
FlutterActivity
,FlutterFragment
,FlutterFragmentActivity
@Deprecated public interface SplashScreenProvider
Deprecated.Provides aSplashScreen
to display while Flutter initializes and renders its first frame.Flutter now automatically keeps the Android launch screen displayed until Flutter has drawn the first frame, and thus, there is no longer a need to provide an implementation of this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description SplashScreen
provideSplashScreen()
Deprecated.Provides aSplashScreen
to display while Flutter initializes and renders its first frame.
-
-
-
Method Detail
-
provideSplashScreen
@Nullable SplashScreen provideSplashScreen()
Deprecated.Provides aSplashScreen
to display while Flutter initializes and renders its first frame.- Returns:
- The splash screen.
-
-