connectionInfo property
Gets information about the client connection. Returns null
if the socket
is not available.
Implementation
@override
io.HttpConnectionInfo? get connectionInfo {
throw UnsupportedError(kUnsupportedEnv);
}
Gets information about the client connection. Returns null
if the socket
is not available.
@override
io.HttpConnectionInfo? get connectionInfo {
throw UnsupportedError(kUnsupportedEnv);
}