updateLocationList abstract method
void
updateLocationList()
Method is used to force reload location list.
Example:
// Force reload location list
_locationListManager!.updateLocationList();
print("Requested location list update");
Implementation
void updateLocationList();