runZonedWithReverseProxy<T> static method

T runZonedWithReverseProxy<T>(
  1. HttpReverseProxyConfig _,
  2. T action()
)

Implementation

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