onNegClosed property

void Function(String subscriptionId, RelayConnectionKey key, String? message)? onNegClosed
getter/setter pair

Handler for CLOSED messages that end a NIP-77 negotiation

Implementation

void Function(String subscriptionId, RelayConnectionKey key, String? message)?
    onNegClosed;