addMatcher method Null safety
- SpeechConditionMatcher matcher
Adds a matcher
to the registry
Implementation
addMatcher(SpeechConditionMatcher matcher) {
registry.add(matcher);
}
Adds a matcher
to the registry
addMatcher(SpeechConditionMatcher matcher) {
registry.add(matcher);
}