This commit is contained in:
Your Name
2023-07-28 15:21:51 +07:00
parent 287df4a1cc
commit f1852aa83a
6 changed files with 687 additions and 6 deletions

View File

@@ -12,6 +12,7 @@ class PersistentStore<E> {
}
StoreProperty<T> property<T>(String key, {T? defaultValue}) {
return StoreProperty<T>(box, key, defaultValue);
}
}