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