close method

Future close()

Implementation

Future close() {
  _isClosing = true;
  return _controller.close();
}