close method

Future<void> close()

Closes the stream (call from an addTearDown).

Implementation

Future<void> close() => _controller.close();