removePoint method

  1. @Deprecated("Use [removeBridge] instead")
bool removePoint(
  1. Bridge bridge
)

Removes a bridge from the bridges list.

Returns true if bridge was in the list, false otherwise.

Implementation

@Deprecated("Use [removeBridge] instead")
bool removePoint(Bridge bridge) => removeBridge(bridge);