setBootpayUserId static method

dynamic setBootpayUserId(
  1. String val
)

Implementation

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