createController static method

BuildingExplorerController createController(
  1. 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,
  );
}