2016-10-20

Meteor - Returning a value from a call to a server method

Meteor.call(
"method-name"
, arguments
, function( error, result ){
  //actions go here
}
);

No comments:

Post a Comment