destroy method

void destroy()

Implementation

void destroy() {
  for (final streamInfo in this) {
    streamInfo.destroy();
  }
}