isRegistered static method
Checks if a feature is registered
Implementation
static isRegistered(String name) {
return _instance?.getFeature(name) != null;
}
Checks if a feature is registered
static isRegistered(String name) {
return _instance?.getFeature(name) != null;
}