connectionInfo property

  1. @override
HttpConnectionInfo? connectionInfo
override

Gets information about the client connection.

Returns null if the socket is not available.

Implementation

@override
io.HttpConnectionInfo? get connectionInfo {
  throw UnsupportedError(kUnsupportedEnv);
}