setTypeDeepLinkpermant static method

void setTypeDeepLinkpermant(
  1. String deeplink
)

Implementation

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