close property

Future<void> Function()? close
final

Tears down the underlying socket, or null when there is nothing to tear down (an in-memory stream in a test, say).

Implementation

final Future<void> Function()? close;