TF-1217 Rename the object for more clarity
This commit is contained in:
@@ -18,5 +18,5 @@ class FCMTokenCache extends HiveObject with EquatableMixin {
|
||||
);
|
||||
|
||||
@override
|
||||
List<Object?> get props => [token];
|
||||
List<Object?> get props => [token, accountId];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user