menu
thermion_dart package
documentation
thermion_dart/scene.dart
Scene
onUpdated property
onUpdated property
dark_mode
light_mode
onUpdated
property
Stream
<
bool
>
get
onUpdated
A Stream updated whenever an entity is added/removed from the scene.
Implementation
Stream<bool> get onUpdated;
thermion_dart package
documentation
thermion_dart/scene
Scene
onUpdated property
Scene class