ambilibmenon

Results 2 issues of ambilibmenon

Generated certificate(.cer file) and added to `android/app/src/main/assets/mycert.cer` & inside project folder in iOS. But doesn't work on both iOS and Android **For certificate generation :** ``` $ openssl s_client \...

Unlike in the given example, I am trying to download from a different class and not from `main.dart`. My code is the same as given except for initialise. I am...