getDeepLink static method

Future<String?> getDeepLink()

Implementation

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