clear method

void clear()

Clear the subscription set.

Implementation

void clear() {
  realmCore.clearSubscriptionSet(this);
}