UNPKG
bulpchat-cordova_test
Version:
latest (0.9.4)
0.9.4
BulpChat - Cordova Plugin for Android
gitlab.com/Rahmandya/BulpNonIntegrated
bulpchat-cordova_test
/
www
/
bulpChat-Cordova.js
6 lines
(4 loc)
•
162 B
JavaScript
View Raw
1
2
3
4
5
6
var
exec =
require
(
'cordova/exec'
);
exports
.
coolMethod
=
function
(
arg0, success, error
) {
exec
(success, error,
"bulpChat-Cordova"
,
"coolMethod"
, [arg0]); };