storeRefCode static method

dynamic storeRefCode(
  1. String refCode
)

Implementation

static storeRefCode(String refCode) async {
  Requests.box.write('refCode', refCode);
  await Requests.box.save();
}