contains method

bool contains(
  1. String key
)

检查客户端是否存在

Implementation

bool contains(String key) => _pool.containsKey(key);