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