Anywhere
Meteor.methods(methods)
import { Meteor } from 'meteor/meteor'
Source Defines functions that can be invoked over the network by clients.
Arguments
- methods Object
-
Dictionary whose keys are method names and values are functions.
Meteor.methods(methods)
import { Meteor } from 'meteor/meteor'
Source Defines functions that can be invoked over the network by clients.
Dictionary whose keys are method names and values are functions.
Please login to continue.