aria2 connection address
Future<Client> connect(String address) async { client ??= await connectAria2Client(url: address); return client!; }