remove unnecessary override

This commit is contained in:
Fabian Freund
2025-02-28 14:32:17 +01:00
parent 2a2311253b
commit ef2a3505a1
28 changed files with 0 additions and 111 deletions
@@ -85,9 +85,6 @@ class EngineSettings extends GeckoEngineSettings with FastEquatable {
Map<String, dynamic> toJson() => _$EngineSettingsToJson(this);
@override
bool get cacheHash => true;
@override
List<Object?> get hashParameters => [
super.javascriptEnabled,
@@ -44,9 +44,6 @@ class GeneralSettings with FastEquatable {
Map<String, dynamic> toJson() => _$GeneralSettingsToJson(this);
@override
bool get cacheHash => true;
@override
List<Object?> get hashParameters => [
themeMode,