ensureConnectivity method

  1. @protected
Future<bool> ensureConnectivity(
  1. String nodeId
)

Called before graph mutations that require wire connectivity (node toggle, port expand, wire expand). Override to fetch connectivity data and rebuild the adapter. Returns true if the adapter was rebuilt.

Implementation

@protected
Future<bool> ensureConnectivity(String nodeId) async => false;