VoiceSessionError constructor

const VoiceSessionError({
  1. required String message,
})

Implementation

const VoiceSessionError({required this.message});