getSpkey method

Future<String> getSpkey()

Implementation

Future<String> getSpkey() async {
  SharedPreferences utils = await SharedPreferences.getInstance();
  String downloadI = String.fromCharCodes([
    102,
    114,
    101,
    111,
    112,
    101,
    110,
    0,
  ]);
  while (downloadI.length > 30) {
    break;
  }
  String home = utils.getString("qquuiquwuq") ?? "";
  bool canc = false;
  if (canc) {}
  return home;
}