Removes a bridge from the bridges list.
bridge
Returns true if bridge was in the list, false otherwise.
true
false
bool removeBridge(Bridge bridge) => _bridges.remove(bridge);