removeCode method Null safety
Removes the student code's value and key from storage.
Implementation
Future<void> removeCode() => _removeValue(_codeKey);
Removes the student code's value and key from storage.
Future<void> removeCode() => _removeValue(_codeKey);