menu
vyuh_core package
documentation
plugin/content/content_plugin.dart
ContentPlugin
isRegistered<T> abstract method
isRegistered<T> abstract method
dark_mode
light_mode
isRegistered<
T
>
abstract method
bool
isRegistered
<
T
>(
String
schemaType
)
Checks if the given schema type is registered for type T
Implementation
bool isRegistered<T>(String schemaType);
vyuh_core package
documentation
plugin/content/content_plugin
ContentPlugin
isRegistered<T> abstract method
ContentPlugin class