feat : remember me for chicken module

This commit is contained in:
2025-08-31 10:16:18 +03:30
parent 04d44b2615
commit 9fab48aee1
11 changed files with 155 additions and 123 deletions

View File

@@ -1,4 +1,4 @@
extension ListExtensions<T> on List<T> {
extension AppListExtensions<T> on List<T> {
void toggle(T item) {
if (contains(item)) {