onUiaRequest property
When the library calls an endpoint that needs UIA the UiaRequest
is passed down this screen.
The client can open a UIA prompt based on this.
Implementation
final CachedStreamController<UiaRequest> onUiaRequest =
CachedStreamController();