getBootpaySK static method

Future<String> getBootpaySK()

Implementation

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