Manage Beneficiary

This commit is contained in:
2025-08-08 15:43:08 +05:30
parent 117e2d5786
commit 763c101f58
6 changed files with 83 additions and 21 deletions

View File

@@ -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