setCode method Null safety
- String value
Saves the given student code value in storage.
Implementation
Future<void> setCode(String value) async {
await _saveString(_codeKey, value);
}
Saves the given student code value in storage.
Future<void> setCode(String value) async {
await _saveString(_codeKey, value);
}