removeConnection

open suspend override fun removeConnection(pair: DIDPair): DIDPair?(source)

Removes a connection from the manager.

Return

The DIDPair object that was removed from the manager, or null if the connection was not found.

Parameters

pair

The DIDPair representing the connection to be removed.