flutter-rsa
flutter-rsa copied to clipboard
PublicKey is Empty
I'm using the method RSA.generate and the result keypair is empty in some devices.
This is my code:
var result = await RSA.generate(2048);
result.publicKey; //This is empty
Thanks you!
could you provide more details on which devices, like android or ios and which operating system version