We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80901d6 commit 4221271Copy full SHA for 4221271
README.md
@@ -88,7 +88,7 @@ Sync gradle and go :)
88
89
`getItem('key').then(function(result){});)`: This promise will get value from given key.
90
91
-`getAllItems().then(function(result){});)`: Will retrieve all keys and values from Shared Preferences
+`getAllItems(Callback cb)`: Will retrieve all keys and values from Shared Preferences
92
93
###iOS Methods
94
0 commit comments