removeReceivers method

void removeReceivers(
  1. String id
)

Implementation

void removeReceivers(String id) {
  _receivers.remove(id);
}