We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This function NativeStorage.getItem("reference_to_value", <success-callback>, <error-callback>) is missing on the @ionic-native/native-storage wrapper.
Is it intentional? or it's a new feature that is not yet covered by the wrapper?
The text was updated successfully, but these errors were encountered:
Hey @tedliang-asahi, the requested methods are implemented. Check the latest native release. But I added the missing keys() method.
Sorry, something went wrong.
fix(native-storage): add missing keys method (#1495)
8311aaf
fix #1415
Great! Thanks for the update
Successfully merging a pull request may close this issue.
This function NativeStorage.getItem("reference_to_value", <success-callback>, <error-callback>) is missing on the @ionic-native/native-storage wrapper.
Is it intentional? or it's a new feature that is not yet covered by the wrapper?
The text was updated successfully, but these errors were encountered: