WD:deeplink changes.

merge-update-with-lab-changes
taha.alam 11 months ago
parent e876eaaa33
commit 8ffcebc44e

@ -93,7 +93,7 @@ class DeepLinkHandler {
final currentLanguage = final currentLanguage =
await sharedPref.getStringWithDefaultValue(APP_LANGUAGE, 'ar'); await sharedPref.getStringWithDefaultValue(APP_LANGUAGE, 'ar');
PenguinMethodChannel() PenguinMethodChannel()
.launch("penguin", currentLanguage, "", details: data); .launch("penguin", currentLanguage, "null", details: data);
}); });
} }
} }

Loading…
Cancel
Save