removeListens static method

void removeListens(
  1. int id
)

Implementation

static void removeListens(int id){
  _listens.remove(id);
}