lastSoundLevel property

double lastSoundLevel

The last sound level received during a listen event.

The sound level is a measure of how loud the current input is during listening. Use the onSoundLevelChange argument in the listen method to get notified of changes.

Implementation

double get lastSoundLevel => _lastSoundLevel;