removeByQuery<T extends RealmObject> method
Removes the query
from the set, if it exists.
Implementation
bool removeByQuery<T extends RealmObject>(RealmResults<T> query) => _handle.eraseByResults(query.handle);
Removes the query
from the set, if it exists.
bool removeByQuery<T extends RealmObject>(RealmResults<T> query) => _handle.eraseByResults(query.handle);