runtime/platform/vyuh_platform library
Classes
- VyuhPlatform
- The base class for the Vyuh Platform. This class is responsible for initializing the platform and managing the lifecycle of the platform.
Extensions
- NamedPlugins on VyuhPlatform
- Provides convenient accessors for named plugins within the Vyuh platform.
- Restartable on VyuhPlatform
- Restart the platform, re-running the initialization process.
Properties
- vyuh ↔ VyuhPlatform
-
The platform interface for Vyuh. This tracks the instance of the platform and can be
used to access various aspects of the framework.
getter/setter pair
Typedefs
-
FeaturesBuilder
= FutureOr<
List< Function()FeatureDescriptor> > - The builder function that creates a set of features.