We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00240ee commit abafda4Copy full SHA for abafda4
packages/default-storage/ios/RNCAsyncStorage.h
@@ -60,7 +60,7 @@ NS_ASSUME_NONNULL_BEGIN
60
callback:(RCTResponseSenderBlock)callback;
61
62
// Interface for natively fetching all the keys from the storage data.
63
-- (void)getAllKeys:(RCTResponseSenderBlock )callback;
+- (void)getAllKeys:(RCTResponseSenderBlock)callback;
64
65
@end
66
0 commit comments