remove one of bridges
bool unregister(String url) { if (exist(url)) { _allBridges.remove(url); return true; } return false; }