setBootpayLastTime static method

dynamic setBootpayLastTime(
  1. int val
)

Implementation

static setBootpayLastTime(int val) async {
  SharedPreferences prefs = await SharedPreferences.getInstance();
  await prefs.setInt('bootpay_last_time', val);
}