sceneUpdated property

  1. @override
Stream<SceneUpdateEvent> get sceneUpdated
override

A Stream containing entities added/removed to/from to the scene.

Implementation

@override
// TODO: implement sceneUpdated
Stream<SceneUpdateEvent> get sceneUpdated => throw UnimplementedError();