CountBasedSampler constructor

CountBasedSampler({
  1. required int sampleRate,
})

Implementation

CountBasedSampler({required this.sampleRate});