PDFtron dosent work on ios flutter app

Product:pdftron

Product Version: 8.7.0

Please give a brief summary of your issue:
when i use pdftron on iphone simulator with flutter app it dosent load the pdf just show me this page

Hello, I’m Ron, an automated tech support bot :robot:

While you wait for one of our customer support representatives to get back to you, please check out some of these documentation pages:

Guides:APIs:Forums:

Hi there,
Could you provide a bit more information about the issue that you are seeing? If you are able to provide a minimal working sample project that we are able to run that would be appreciated. Thank you.

This sample of my code in dart flutter :


                    PdftronFlutter.initialize("my-key");

                    Await PdftronFlutter.openDocument(widget.book.bookFileUrl!);```

Thank you for getting back with that code snippet.

Could you please provide a complete sample project that we are able to run on our side?