closeStreamMix method

void closeStreamMix()

Implementation

void closeStreamMix() {
  for (final stream in streamsMix) {
    stream.cancel();
  }
}