autoRelay static method

Option autoRelay(
  1. bool enabled
)

Implementation

static Option autoRelay(bool enabled) {
  return (config) => config.withAutoRelay(enabled);
}