runZonedWithReverseProxy<T> static method
Implementation
static T runZonedWithReverseProxy<T>(
HttpReverseProxyConfig _,
T Function() action,
) =>
action();
static T runZonedWithReverseProxy<T>(
HttpReverseProxyConfig _,
T Function() action,
) =>
action();