Skip to content

Commit

Permalink
Update WebviewIosCacheClear.m
Browse files Browse the repository at this point in the history
  • Loading branch information
rf1804 committed Aug 17, 2023
1 parent 5499a93 commit 47fde78
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ios/WebviewIosCacheClear.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ @implementation WebviewIosCacheClear
RCT_EXPORT_MODULE()

RCT_EXPORT_METHOD(
clearWebViewIOSCache:(RCTPromiseResolveBlock)
resolver:(RCTPromiseResolveBlock)resolve
rejecter:(RCTPromiseRejectBlock)reject)
clearWebViewIOSCache:(RCTPromiseResolveBlock)resolve
reject:(RCTPromiseRejectBlock)reject)
{

NSSet *websiteDataTypes = [WKWebsiteDataStore allWebsiteDataTypes];
Expand Down

0 comments on commit 47fde78

Please sign in to comment.