added settings table api

This commit is contained in:
Patrick Alvin Alcala 2025-03-27 10:28:17 +08:00
parent 023db31270
commit 4bafd53916
3 changed files with 54 additions and 1 deletions

View file

@ -46,6 +46,9 @@ class _CustomerSettingsPageState extends State<CustomerSettingsPage> {
// ignore: use_build_context_synchronously
currentLanguage = await getLanguage(context);
setState(() {});
//delay this for 1 second
}
void autoRun() async {