AudioDecibelCheck constructor

const AudioDecibelCheck({
  1. Key? key,
  2. required AudioDecibelCheckOptions options,
})

Implementation

const AudioDecibelCheck({super.key, required this.options});