Repository URL to install this package:
#import <Cordova/CDV.h> @interface CordovaDEPreferences : CDVPlugin - (void)getValue:(CDVInvokedUrlCommand*)command; - (void)deleteValue:(CDVInvokedUrlCommand *)command; @end