Realm members & edit

This commit is contained in:
2024-05-05 23:51:46 +08:00
parent 384d861d56
commit 0b9439262c
6 changed files with 317 additions and 36 deletions

View File

@ -39,4 +39,9 @@ class RealmProvider with ChangeNotifier {
throw Exception(message);
}
}
void clearFocus() {
focusRealm = null;
notifyListeners();
}
}