relay static method

Option relay(
  1. bool enabled
)

Implementation

static Option relay(bool enabled) {
  return (config) => config.withRelay(enabled);
}