contains method

bool contains(
  1. String id
)

Implementation

bool contains(String id) {
  return id == connectionId;
}