import { Meteor } from 'meteor/meteor'; if (Meteor.isServer) { Meteor.methods({ 'users.login'() { console.log("Login Called."); } }); }