refreshScene method
Call this function when there has been an update to the scene that requires the BuildingExplorerController to refresh its data.
Implementation
void refreshScene() {
_onRequestSceneRefreshController.add(null);
}
Call this function when there has been an update to the scene that requires the BuildingExplorerController to refresh its data.
void refreshScene() {
_onRequestSceneRefreshController.add(null);
}