static Future<String> getBootpaySK() async { SharedPreferences prefs = await SharedPreferences.getInstance(); return prefs.getString('bootpay_sk') ?? ''; }