Vinod Bhawsar

Results 2 comments of Vinod Bhawsar
trafficstars

Hello tagrudev, what's the meteor package for this?

I have this method which i need to be call offline ``` Meteor.call('programs', remoteHost, diseaseId,deviceToken, function(err, data){ if(!err) { // do something } ``` how can i do this the...