connectionInfo property
Information about the client connection.
Returns null
if the socket is not available.
Implementation
@override
// TODO: implement connectionInfo
HttpConnectionInfo? get connectionInfo => throw UnimplementedError();
Information about the client connection.
Returns null
if the socket is not available.
@override
// TODO: implement connectionInfo
HttpConnectionInfo? get connectionInfo => throw UnimplementedError();