remove unnecessary override
This commit is contained in:
@@ -32,9 +32,6 @@ class BrowserIcon with FastEquatable {
|
||||
required this.source,
|
||||
});
|
||||
|
||||
@override
|
||||
bool get cacheHash => true;
|
||||
|
||||
@override
|
||||
List<Object?> get hashParameters => [image, dominantColor, source];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user