update for get listview update

This commit is contained in:
Mohamed Nouffer
2022-06-29 18:25:19 +05:30
parent 7b9d029bb0
commit 4db26e5490
61 changed files with 121 additions and 68 deletions

View File

@ -49,6 +49,7 @@ class _DestinationPageState extends State<DestinationPage> {
@override
void initState() {
destinationController.context = context;
destinationController.PopulateDestinations();
super.initState();
}