remove method
Removes the subscription
from the set, if it exists.
Implementation
bool remove(Subscription subscription) {
return realmCore.eraseSubscriptionById(this, subscription);
}
Removes the subscription
from the set, if it exists.
bool remove(Subscription subscription) {
return realmCore.eraseSubscriptionById(this, subscription);
}