executeFlow

fun executeFlow(isoDep: IsoDep): Flow<SignEvent>

Execute the signing session and emit SignEvent progress events as the session advances.

The flow terminates with SignEvent.Done carrying the SignResult on success, or throws a ro.eidkit.sdk.error.CeiError on failure.

Parameters

Throws