setTypeDeepLinkpermant static method
Implementation
static void setTypeDeepLinkpermant(String deeplink) async {
SharedPreferences pref = await SharedPreferences.getInstance();
await pref.setString(Key_TypeDeepLinkPermanent, deeplink);
}
static void setTypeDeepLinkpermant(String deeplink) async {
SharedPreferences pref = await SharedPreferences.getInstance();
await pref.setString(Key_TypeDeepLinkPermanent, deeplink);
}