close method

void close()

Implementation

void close() {
  if (!_controller.isClosed) _controller.close();
}