remove unnecessary override
This commit is contained in:
@@ -28,9 +28,6 @@ class WebExtensionState with FastEquatable {
|
||||
this.icon,
|
||||
});
|
||||
|
||||
@override
|
||||
bool get cacheHash => true;
|
||||
|
||||
@override
|
||||
List<Object?> get hashParameters => [
|
||||
extensionId,
|
||||
|
||||
Reference in New Issue
Block a user