addMatcher method Null safety

dynamic addMatcher(
  1. SpeechConditionMatcher matcher
)

Adds a matcher to the registry

Implementation

addMatcher(SpeechConditionMatcher matcher) {
  registry.add(matcher);
}