Close method

Future<void> Close()

Implementation

Future<void> Close() {
  return _output!.close();
}