Cache icon indicating copy to clipboard operation
Cache copied to clipboard

Fixed AsyncStorage `exists` not throwing errors

Open kitwtnb opened this issue 1 month ago • 3 comments

Current existsObject() returns true or throw error, not returning false.
As per StorageAware, existsObject() should not throw an error.
Fix existsObject() to return false instead of error.

kitwtnb avatar May 27 '24 04:05 kitwtnb