inputLevels property
Broadcast stream of input peak updates.
Each event represents the most recent normalized stereo peaks emitted by the native input meter.
Implementation
@override
Stream<AudioLevels> get inputLevels =>
throw UnimplementedError('inputLevels has not been implemented.');