httpProxy method

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

Implementation

Future<NIMResult<NIMPassThroughProxyData>> httpProxy(
  NIMPassThroughProxyData passThroughProxyData,
) async {
  throw UnimplementedError('httpProxy() is not implemented');
}