Info Event
data class InfoEvent(val presentationRequest: PresentationRequest, val result: CompletableDeferred<Unit>) : PresentationEvent
First event received after a presentation process is started. Contains a PresentationRequest object and a CompletableDeferred result which has to be completed for the flow to continue. See com.youniqx.walletsdk.presentation.Presentation.presentWith for a usage example.