Removes the authentication key.
@override Future<void> remove() async { _authenticationKey = null; await _storage.remove('${_prefsKey}_$runMode'); }