@override Future<dynamic> getInfo() async { return parse((await http.get(Uri.parse(url! + "/info"))).body); }