remove method

bool remove(
  1. Subscription subscription
)

Removes the subscription from the set, if it exists.

Implementation

bool remove(Subscription subscription) {
  return realmCore.eraseSubscriptionById(this, subscription);
}