Removes the subscription from the set that matches by name, if it exists.
name
bool removeByName(String name) => _handle.eraseByName(name);