setBootpayUserId static method
Implementation
static setBootpayUserId(String val) async {
SharedPreferences prefs = await SharedPreferences.getInstance();
await prefs.setString('bootpay_user_id', val);
}
static setBootpayUserId(String val) async {
SharedPreferences prefs = await SharedPreferences.getInstance();
await prefs.setString('bootpay_user_id', val);
}