withAutoNATv2Options method
Configures AutoNATv2 with specific options
Implementation
Future<void> withAutoNATv2Options(List<AutoNATv2Option> options) async {
autoNATv2Options.addAll(options);
}
Configures AutoNATv2 with specific options
Future<void> withAutoNATv2Options(List<AutoNATv2Option> options) async {
autoNATv2Options.addAll(options);
}