SoundRecorderWidget constructor

SoundRecorderWidget({
  1. required RecordCompleteCallback recordComplete,
  2. Codec codec = Codec.amrNB,
})

Implementation

SoundRecorderWidget({required this.recordComplete, this.codec: Codec.amrNB});