clearSelections method

Future<void> clearSelections()

Clears all selected entities in the 3D model.

Implementation

Future<void> clearSelections() async {
  await unselectEntities();
}