getLinkSecret

abstract fun getLinkSecret(): Flow<String?>(source)

Retrieves the secret link associated with the current instance.

Return

A Flow emitting the secret link as a nullable String.