createController static method
- ArcGISLocalSceneViewController viewController
Static function used to create the BuildingExplorerController that will be used between widget instances.
Implementation
static BuildingExplorerController createController(
ArcGISLocalSceneViewController viewController,
) {
return BuildingExplorerController._(
localSceneViewController: viewController,
);
}