getBootpayLastTime static method

dynamic getBootpayLastTime()

Implementation

static getBootpayLastTime() async {
  SharedPreferences prefs = await SharedPreferences.getInstance();
  return prefs.getInt('bootpay_last_time') ?? 0;
}