httpProxy method Null safety

Future<NIMResult<NIMPassThroughProxyData>> httpProxy(
  1. NIMPassThroughProxyData passThroughProxyData
)

Proxy HTTP requests to the client's server.

Implementation

Future<NIMResult<NIMPassThroughProxyData>> httpProxy(
  NIMPassThroughProxyData passThroughProxyData,
) async {
  return _platform.httpProxy(passThroughProxyData);
}