exist method

bool exist(
  1. String url
)

check has bridge(url)

Implementation

bool exist(String url) {
  return _allBridges.containsKey(url);
}