refreshScene method

void refreshScene()

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);
}