destroy method

  1. @override
void destroy()
override

Implementation

@override
void destroy() {
  for (var o in _outputs) {
    o.destroy();
  }
}