mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-18 12:48:10 +02:00
Progress
This commit is contained in:
@@ -24,8 +24,9 @@ class Mullvad extends AppSource {
|
||||
|
||||
@override
|
||||
Future<APKDetails> getLatestAPKDetails(
|
||||
String standardUrl, Map<String, String> additionalData,
|
||||
{bool trackOnly = false}) async {
|
||||
String standardUrl,
|
||||
Map<String, String> additionalSettings,
|
||||
) async {
|
||||
Response res = await get(Uri.parse('$standardUrl/en/download/android'));
|
||||
if (res.statusCode == 200) {
|
||||
var version = parse(res.body)
|
||||
|
Reference in New Issue
Block a user