addPoint method

  1. @Deprecated("Use [addBridge] instead")
bool addPoint(
  1. Bridge bridge
)

Adds a bridge to the bridges list.

Returns true if the bridge was added to the list.

If the bridge does not have an IP address, it will not be added to the list, and false will be returned.

Implementation

@Deprecated("Use [addBridge] instead")
bool addPoint(Bridge bridge) => addBridge(bridge);