NoiseMeter constructor

NoiseMeter([
  1. Function? onError
])

Create a NoiseMeter. The onError callback must be of type void Function(Object error) or void Function(Object error, StackTrace).

Implementation

NoiseMeter([this.onError]);