chore: start method with call to initState super
This commit is contained in:
@@ -60,8 +60,8 @@ mixin SplashScreenStateMixin<T extends StatefulWidget> on State<T>
|
||||
|
||||
@override
|
||||
void initState() {
|
||||
_animationController.addStatusListener(_onAnimationComplete);
|
||||
super.initState();
|
||||
_animationController.addStatusListener(_onAnimationComplete);
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user