✨ Realm members & edit
This commit is contained in:
@ -39,4 +39,9 @@ class RealmProvider with ChangeNotifier {
|
||||
throw Exception(message);
|
||||
}
|
||||
}
|
||||
|
||||
void clearFocus() {
|
||||
focusRealm = null;
|
||||
notifyListeners();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user