Removes the subscription from the set that matches by name, if it exists.
name
bool removeByName(String name) { return realmCore.eraseSubscriptionByName(this, name); }