updateProcessedSamples method

  1. @protected
void updateProcessedSamples(
  1. List<double> updatedSamples
)

Method for subsclass to update the processed samples

Implementation

@protected
// ignore: use_setters_to_change_properties
void updateProcessedSamples(List<double> updatedSamples) {
  _processedSamples = updatedSamples;
}