onInit method Null safety

  1. @override
void onInit()
override

Register on init

Implementation

@override
onInit() {
  SpeechMatcherRegistryController.instance.addMatcher(this);
  super.onInit();
}