httpProxy method Null safety
- NIMPassThroughProxyData passThroughProxyData
Proxy HTTP requests to the client's server.
Implementation
Future<NIMResult<NIMPassThroughProxyData>> httpProxy(
NIMPassThroughProxyData passThroughProxyData,
) async {
return _platform.httpProxy(passThroughProxyData);
}