You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that keyStore.getEntry returns null. Latest version of jnigen generates the code in a null-safe way based on the annotations on the underlying Java code.
This code:
Leads to this failure:
The method being called is
KeyStore.getEntry()
.The generated Dart code:
The text was updated successfully, but these errors were encountered: