Mahesh Suthar
Mahesh Suthar
I got same error.
Anybody resolved this issue?
I have resolved using this.. https://stackoverflow.com/questions/52428973/how-to-minify-a-flutter-app-with-proguard
Hi any one know how to open specific page when app is in kill mode when user click on accept call?
> @tsdexter 👋 > > The easiest workaround as of now is to add the `toJSON` method on the prototype so that serialisation works well. > > ```ts > BigInt.prototype.toJSON...