TF-1217 Rename the object for more clarity

This commit is contained in:
dab246
2022-11-23 15:10:37 +07:00
committed by Dat H. Pham
parent ad8ef6b608
commit bce1c73ec9
5 changed files with 12 additions and 28 deletions
@@ -18,5 +18,5 @@ class FCMTokenCache extends HiveObject with EquatableMixin {
);
@override
List<Object?> get props => [token];
List<Object?> get props => [token, accountId];
}