removeCaller method

void removeCaller(
  1. Key key
)

Implementation

void removeCaller(Key key) {
  callers.remove(key);
}