VoiceAgentErrorEvent constructor

const VoiceAgentErrorEvent({
  1. required String error,
})

Implementation

const VoiceAgentErrorEvent({required this.error});