onBeforeComplete property
Validation callback before completing a connection to a target port Return ConnectionValidationResult with allowed: false to prevent connection
Implementation
final ConnectionValidationResult Function(
ConnectionCompleteContext<T> context,
)?
onBeforeComplete;