remove reference for unused property

This commit is contained in:
Neeraj Gupta 2023-02-27 10:00:19 +05:30
parent a73c183f2f
commit 746d06aa0f
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -39,7 +39,6 @@ class UpdateService {
}
Future<bool> resetChangeLog() async {
await _prefs.remove("userNotify.passwordReminderFlag");
return _prefs.remove(changeLogVersionKey);
}