Anywhere 
 Meteor.apply(name, args, [options], (Boolean), [asyncCallback]) 
 import { Meteor } from 'meteor/meteor' Source 
 Invoke a method passing an array of arguments. 
Arguments
 name String   Name of method to invoke   args Array of EJSON-able Objects   Method arguments   (Boolean) , or undefined   options.noRetry (Client only) if true, don't send this method again on reload, simply call the callback an error with the error code 'invocation-failed'.   asyncCallback Function   Optional ca