withRelayServers method

Future<void> withRelayServers(
  1. List<String> servers
)

Configures relay servers to automatically connect to during startup

Implementation

Future<void> withRelayServers(List<String> servers) async {
  relayServers = servers;
}