I have 4 companies and each company has more than 10 branches.
If a user chooses a company, I need to show the selected company branch using showDialog. Till here everything work as expected. My problem is that I cannot sort List<String> alphabetically.
Any idea how to sort string list (List) alphabetically in Dart?
List<String> _myBranchListName;
