removeAll
Remove all subscriptions with queries on a given Subscription.objectType.
Return
true
if one or more subscriptions were removed, false
if no subscriptions were removed.
Parameters
subscriptions on this object type will be removed.
Throws
if objectType is not part of the Schema for this Realm.
Remove all subscriptions with queries on a given model class.
Return
true
if one or more subscriptions were removed, false
if no subscriptions were removed.
Parameters
subscriptions on this type will be removed.
Throws
if objectType is not part of the Schema for this Realm.
Remove all subscriptions in this subscription set.
Return
true
if one or more subscriptions were removed, false
if the subscription set was empty.
Parameters
whether or not to only remove anonymous subscriptions. If true
only anonymous subscriptions will be removed. If false
both anonymous and named subscriptions will be removed.