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.
getAllKeys:
1 parent 76bdcfd commit 8ff385aCopy full SHA for 8ff385a
ios/RNCAsyncStorage.h
@@ -45,4 +45,7 @@
45
- (void)multiSet:(NSArray<NSArray<NSString *> *> *)kvPairs
46
callback:(RCTResponseSenderBlock)callback;
47
48
+// Interface for natively fetching all the keys from the storage data.
49
+- (void)getAllKeys:(RCTResponseSenderBlock)callback;
50
+
51
@end
0 commit comments