updated read me

This commit is contained in:
info4shajeer@gmail.com
2018-07-12 20:00:33 +05:30
parent 57a9689eb9
commit 7c3f74f202
2 changed files with 63 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
var exec = require('cordova/exec');
exports.coolMethod = function (arg0, success, error) {
exports.getAppSignature = function (arg0, success, error) {
exec(success, error, 'ReadAppSignature', 'getAppSignature', [arg0]);
};