removePoint method
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);
Removes a bridge
from the bridges list.
Returns true
if bridge
was in the list, false
otherwise.
@Deprecated('Use [removeBridge] instead')
bool removePoint(Bridge bridge) => removeBridge(bridge);