AudioProofWidget constructor
Implementation
AudioProofWidget({
this.proofs,
this.client,
this.service,
this.beforeOrAfter = 'after_audio_',
super.key,
}) {
if (!(proofs != null || (client != null && service != null))) {
throw StateError('AudioProofController: wrong parameters!');
}
}