removeCode method Null safety

Future<void> removeCode()

Removes the student code's value and key from storage.

Implementation

Future<void> removeCode() => _removeValue(_codeKey);