onConnectEnd property
Called when connection creation ends (whether successful or cancelled) Parameters indicate if a connection was successfully created
Implementation
final void Function(bool success)? onConnectEnd;
Called when connection creation ends (whether successful or cancelled) Parameters indicate if a connection was successfully created
final void Function(bool success)? onConnectEnd;