0xPolygonID / polygonid-flutter-sdk

Flutter Plugin to use the Polygon ID SDK
Apache License 2.0
40 stars 27 forks source link

change getproofs logic to parallel for efficiency #370

Closed yushihang closed 8 months ago

yushihang commented 8 months ago

add request handling logic from await sequence to Future.await([]).

Let multiple prover() functions run in parallel more efficiently.