getTypeDeepLinkpermant static method

Future<String?> getTypeDeepLinkpermant()

Implementation

static Future<String?> getTypeDeepLinkpermant() async {
  SharedPreferences pref = await SharedPreferences.getInstance();
  return pref.getString(Key_TypeDeepLinkPermanent);
}