onSpeechStartDetectedEvent method

void onSpeechStartDetectedEvent(
  1. dynamic sessionId
)

Implementation

void onSpeechStartDetectedEvent(dynamic sessionId) {
  azureSttCallback.onSpeechStartDetectedEvent(sessionId);
}