getPairByName

abstract fun getPairByName(name: String): Flow<DIDPair?>(source)

Retrieve a DIDPair from a flow by its name.

Return

A Flow emitting the DIDPair object that matches the given name, or null if no matching DIDPair is found.

Parameters

name

The name of the DIDPair to retrieve.