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