getSpeechResults method

StreamSubscription<SpeechResult> getSpeechResults()

Implementation

StreamSubscription<SpeechResult> getSpeechResults() {
  return speechSubscription;
}