LavalinkRestClient constructor
LavalinkRestClient({})
Implementation
LavalinkRestClient({
required this.host,
required this.port,
required this.password,
this.useSSL = false,
this.timeout = const Duration(seconds: 10),
}) {
_httpClient.connectionTimeout = timeout;
}