added settings table api
This commit is contained in:
parent
023db31270
commit
4bafd53916
3 changed files with 54 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue