detachSocket method

Future<Socket> detachSocket()

Detaches the underlying socket from the HTTP server.

Will throw if inner was not set or null when this was created.

Implementation

Future<Socket> detachSocket() async => _inner!.detachSocket();