removeByQuery<T extends RealmObject> method
Removes the query
from the set, if it exists.
Implementation
bool removeByQuery<T extends RealmObject>(RealmResults<T> query) {
return realmCore.eraseSubscriptionByResults(this, query);
}