Method to clear all selected entities in the 3D model.
@override Future<void> clearCache() async { await _methodChannel.invokeMethod('clearCache'); }