feat: add public data to the proofs
Add public data by injecting the following javascript:
window.flutter_inappwebview.callHandler('publicData' ,JSON.stringify({ name: "Karam Shbeb"}));
Modified the proofs type so it has publicData as dynamic. This field should hold the value of the public data or null.