destroy method

void destroy()

You don't have to destroy it explicitly

Implementation

void destroy() {
  _streamController.close();
}