menu
vyuh_core package
documentation
plugin/plugin_descriptor.dart
PluginDescriptor
get<T> method
get<T> method
dark_mode
light_mode
get<
T
>
method
Plugin
?
get
<
T
>(
)
Implementation
Plugin? get<T>() { return _plugins.firstWhereOrNull((element) => element is T); }
vyuh_core package
documentation
plugin/plugin_descriptor
PluginDescriptor
get<T> method
PluginDescriptor class