removeByName method

bool removeByName(
  1. String name
)

Removes the subscription from the set that matches by name, if it exists.

Implementation

bool removeByName(String name) => _handle.eraseByName(name);