menu
dart_libp2p package
documentation
config/config.dart
Libp2p
relay static method
relay static method
dark_mode
light_mode
relay
static method
Option
relay
(
bool
enabled
)
Implementation
static Option relay(bool enabled) { return (config) => config.withRelay(enabled); }
dart_libp2p package
documentation
config/config
Libp2p
relay static method
Libp2p class