@override Future<String?> getDownloadSpeed(String id) async { return await methodChannel .invokeMethod<String>('getDownloadSpeed', {'id': id}); }