Skip to content

Commit

Permalink
Update filesystem/ios/Plugin/FilesystemPlugin.m
Browse files Browse the repository at this point in the history
Co-authored-by: jcesarmobile <[email protected]>
  • Loading branch information
robingenz and jcesarmobile authored Oct 31, 2023
1 parent a44f193 commit 12f6846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filesystem/ios/Plugin/FilesystemPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
CAP_PLUGIN_METHOD(checkPermissions, CAPPluginReturnPromise);
CAP_PLUGIN_METHOD(requestPermissions, CAPPluginReturnPromise);
CAP_PLUGIN_METHOD(downloadFile, CAPPluginReturnPromise);
CAP_PLUGIN_METHOD(removeAllListeners, CAPPluginReturnNone);
CAP_PLUGIN_METHOD(removeAllListeners, CAPPluginReturnPromise);
)

0 comments on commit 12f6846

Please sign in to comment.