holePunching static method

Option holePunching(
  1. bool enabled
)

Implementation

static Option holePunching(bool enabled) {
  return (config) => config.withHolePunching(enabled);
}