onConnectEnd property

void Function(bool success)? onConnectEnd
final

Called when connection creation ends (whether successful or cancelled) Parameters indicate if a connection was successfully created

Implementation

final void Function(bool success)? onConnectEnd;