Manage Beneficiary
This commit is contained in:
@@ -18,9 +18,12 @@ class _WelcomeScreenState extends State<WelcomeScreen> {
|
||||
super.initState();
|
||||
|
||||
// Automatically go to login after 6 seconds
|
||||
Timer(const Duration(seconds: 6), () {
|
||||
widget.onContinue();
|
||||
});
|
||||
// Timer(const Duration(seconds: 6), () {
|
||||
|
||||
|
||||
// }
|
||||
// );
|
||||
widget.onContinue();
|
||||
}
|
||||
|
||||
@override
|
||||
|
Reference in New Issue
Block a user