onResult property

Stream<SpeechRecognitionEvent> onResult

Stream of result events handled by this SpeechRecognition.

Implementation

Stream<SpeechRecognitionEvent> get onResult => resultEvent.forTarget(this);