submitVoiceNow method
Immediately submit the current voice recording (bypasses VAD silence wait).
Implementation
Future<void> submitVoiceNow() => _autoSendVoiceRecording();
Immediately submit the current voice recording (bypasses VAD silence wait).
Future<void> submitVoiceNow() => _autoSendVoiceRecording();