onResult property
Stream of result
events handled by this SpeechRecognition.
Implementation
Stream<SpeechRecognitionEvent> get onResult => resultEvent.forTarget(this);
Stream of result
events handled by this SpeechRecognition.
Stream<SpeechRecognitionEvent> get onResult => resultEvent.forTarget(this);